public interface ExtensionFactory
Modifier and Type | Method and Description |
---|---|
Object |
getExtension(Object object,
Class<?> extensionType)
Gets an instance of an extension type for the specified object.
|
Class<?>[] |
getExtensionTypes() |
Object getExtension(Object object, Class<?> extensionType)
object
- The object.extensionType
- The type of the requested extension.null
if the given object is not extensible by this factory.Class<?>[] getExtensionTypes()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.