Package org.apache.uima.resource.impl
Class ResourceManager_impl.ResourceRegistration
java.lang.Object
org.apache.uima.resource.impl.ResourceManager_impl.ResourceRegistration
- Enclosing class:
ResourceManager_impl
Ties an External Resource instance to
- its description
- name
- textual description
- a ResourceSpecifier describing how to create it
- (optional) the String name of the Java class that implements the resource)
- its defining UIMA Context
-
Constructor Summary
ConstructorDescriptionResourceRegistration
(Object aResource, ExternalResourceDescription aDescription, String aDefiningContext) -
Method Summary
-
Constructor Details
-
ResourceRegistration
public ResourceRegistration(Object aResource, ExternalResourceDescription aDescription, String aDefiningContext)
-