Class ExternalResourceExample3.ChainableResource
java.lang.Object
org.apache.uima.resource.Resource_ImplBase
org.apache.uima.fit.component.Resource_ImplBase
org.apache.uima.fit.examples.resource.ExternalResourceExample3.ChainableResource
- All Implemented Interfaces:
ExternalResourceAware
,Resource
- Enclosing class:
ExternalResourceExample3
Simple example resource that can use another resource.
-
Field Summary
Fields inherited from interface org.apache.uima.resource.Resource
PARAM_AGGREGATE_SOFA_MAPPINGS, PARAM_CONFIG_MANAGER, PARAM_CONFIG_PARAM_SETTINGS, PARAM_EXTERNAL_OVERRIDE_SETTINGS, PARAM_PERFORMANCE_TUNING_SETTINGS, PARAM_RESOURCE_MANAGER, PARAM_UIMA_CONTEXT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called after the external resources have been initialized.Methods inherited from class org.apache.uima.fit.component.Resource_ImplBase
getResourceName, initialize
Methods inherited from class org.apache.uima.resource.Resource_ImplBase
destroy, getCasManager, getLogger, getMetaData, getRelativePathResolver, getResourceManager, getUimaContext, getUimaContextAdmin, loadUserClass, loadUserClassOrThrow, setContextHolder, setContextHolderX, setLogger, setMetaData, withContextHolder
-
Field Details
-
RES_CHAINED_RESOURCE
- See Also:
-
-
Constructor Details
-
ChainableResource
public ChainableResource()
-
-
Method Details
-
afterResourcesInitialized
public void afterResourcesInitialized()Description copied from interface:ExternalResourceAware
Called after the external resources have been initialized.- Specified by:
afterResourcesInitialized
in interfaceExternalResourceAware
- Overrides:
afterResourcesInitialized
in classResource_ImplBase
-