|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalResourceDescription | |
---|---|
org.apache.uima | The main package for the Unstructured Information Management Middleware Architecture. |
org.apache.uima.resource.metadata | Interfaces for objects that represent metadata for a Resource. |
Uses of ExternalResourceDescription in org.apache.uima |
---|
Methods in org.apache.uima that return ExternalResourceDescription | |
---|---|
ExternalResourceDescription |
ResourceSpecifierFactory.createExternalResourceDescription()
Creates an ExternalResourceDescription . |
Uses of ExternalResourceDescription in org.apache.uima.resource.metadata |
---|
Methods in org.apache.uima.resource.metadata that return ExternalResourceDescription | |
---|---|
ExternalResourceDescription[] |
ResourceManagerConfiguration.getExternalResources()
Gets the descriptions of the external resources to be instantiated and managed by the resource manager. |
Methods in org.apache.uima.resource.metadata with parameters of type ExternalResourceDescription | |
---|---|
void |
ResourceManagerConfiguration.addExternalResource(ExternalResourceDescription aExternalResourceDescription)
Adds a External Resource to this configuration |
void |
ResourceManagerConfiguration.removeExternalResource(ExternalResourceDescription aExternalResourceDescription)
Removes an ExternalResource from this configuration. |
void |
ResourceManagerConfiguration.setExternalResources(ExternalResourceDescription[] aDescriptions)
Sets the descriptions of the external resources to be instantiated and managed by the resource manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |