Package org.openscience.cdk
Interface DynamicFactory.InterfaceProvider
-
- All Known Implementing Classes:
DynamicFactory.DefaultInterfaceProvider
- Enclosing class:
- DynamicFactory
public static interface DynamicFactory.InterfaceProvider
An interface that can provide which interfaces the given class implements. This interface is constructor injectable allowing us to test the registration using this method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>[]
getInterfaces(Class<?> c)
Access the interfaces for a given class.
-