Uses of Interface
org.apache.uima.resource.ExternalResourceDescription
-
Packages that use ExternalResourceDescription Package Description org.apache.uima Apache UIMAorg.apache.uima.impl Apache UIMA internalsorg.apache.uima.resource Interfaces forResources
andResourceSpecifiers
.org.apache.uima.resource.impl org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl -
-
Uses of ExternalResourceDescription in org.apache.uima
Methods in org.apache.uima that return ExternalResourceDescription Modifier and Type Method Description ExternalResourceDescription
ResourceSpecifierFactory. createExternalResourceDescription()
Creates anExternalResourceDescription
. -
Uses of ExternalResourceDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return ExternalResourceDescription Modifier and Type Method Description ExternalResourceDescription
ResourceSpecifierFactory_impl. createExternalResourceDescription()
-
Uses of ExternalResourceDescription in org.apache.uima.resource
Fields in org.apache.uima.resource declared as ExternalResourceDescription Modifier and Type Field Description static ExternalResourceDescription[]
ExternalResourceDescription. EMPTY_EXTERNAL_RESORUCE_DESCRIPTIONS
-
Uses of ExternalResourceDescription in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement ExternalResourceDescription Modifier and Type Class Description class
ExternalResourceDescription_impl
Reference implementation ofAnalysisEngineDescription
.Fields in org.apache.uima.resource.impl declared as ExternalResourceDescription Modifier and Type Field Description (package private) ExternalResourceDescription
ResourceManager_impl.ResourceRegistration. description
Methods in org.apache.uima.resource.impl with parameters of type ExternalResourceDescription Modifier and Type Method Description private void
ResourceManager_impl. registerResource(java.lang.String aName, ExternalResourceDescription aResourceDescription, java.lang.String aDefiningContext, java.util.Map<java.lang.String,java.lang.Object> aResourceInitParams)
Instantiates a resource and inserts it in the internal resource map.Constructors in org.apache.uima.resource.impl with parameters of type ExternalResourceDescription Constructor Description ResourceRegistration(java.lang.Object resourceOrImplementation, ExternalResourceDescription description, java.lang.String definingContext)
-
Uses of ExternalResourceDescription in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return ExternalResourceDescription Modifier and Type Method Description 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 Modifier and Type Method Description void
ResourceManagerConfiguration. addExternalResource(ExternalResourceDescription aExternalResourceDescription)
Adds a External Resource to this configurationvoid
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. -
Uses of ExternalResourceDescription in org.apache.uima.resource.metadata.impl
Fields in org.apache.uima.resource.metadata.impl declared as ExternalResourceDescription Modifier and Type Field Description private ExternalResourceDescription[]
ResourceManagerConfiguration_impl. mExternalResources
Methods in org.apache.uima.resource.metadata.impl that return ExternalResourceDescription Modifier and Type Method Description ExternalResourceDescription[]
ResourceManagerConfiguration_impl. getExternalResources()
Methods in org.apache.uima.resource.metadata.impl with parameters of type ExternalResourceDescription Modifier and Type Method Description void
ResourceManagerConfiguration_impl. addExternalResource(ExternalResourceDescription aExternalResourceDescription)
void
ResourceManagerConfiguration_impl. removeExternalResource(ExternalResourceDescription aExternalResourceDescription)
void
ResourceManagerConfiguration_impl. setExternalResources(ExternalResourceDescription[] aDescriptions)
-