public class IOComponent extends DefaultComponent
| Modifier and Type | Field and Description |
|---|---|
protected static String |
XP_CODECS |
lastModified| Constructor and Description |
|---|
IOComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(ComponentContext context) |
void |
applicationStarted(ComponentContext context) |
<T> T |
getAdapter(Class<T> adapter) |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
deactivate, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, setModifiedNow, unregisterExtensionprotected static final String XP_CODECS
public void activate(ComponentContext context) throws Exception
activate in interface Componentactivate in class DefaultComponentExceptionpublic void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution in class DefaultComponentExceptionpublic void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
unregisterContribution in class DefaultComponentExceptionpublic <T> T getAdapter(Class<T> adapter)
getAdapter in interface AdaptablegetAdapter in class DefaultComponentpublic void applicationStarted(ComponentContext context) throws Exception
applicationStarted in interface ComponentapplicationStarted in class DefaultComponentExceptionCopyright © 2019 Nuxeo SA. All rights reserved.