Uses of Interface
org.apache.uima.resource.ExternalResourceDescription
Packages that use ExternalResourceDescription
Package
Description
Apache UIMA
Factories to create different kinds of UIMA resource specifiers.
INTERNAL API - May change without further notice.
Apache UIMA internals
Interfaces for
Resources
and ResourceSpecifiers
.Interfaces for objects that represent metadata for a Resource.
-
Uses of ExternalResourceDescription in org.apache.uima
Methods in org.apache.uima that return ExternalResourceDescriptionModifier and TypeMethodDescriptionResourceSpecifierFactory.createExternalResourceDescription()
Creates anExternalResourceDescription
. -
Uses of ExternalResourceDescription in org.apache.uima.fit.factory
Methods in org.apache.uima.fit.factory that return ExternalResourceDescriptionModifier and TypeMethodDescriptionstatic ExternalResourceDescription
ExternalResourceFactory.createNamedFileResourceDescription
(String aName, String aUrl) Create an external resource description for a file addressable via an URL.static ExternalResourceDescription
ExternalResourceFactory.createNamedResourceDescription
(String aName, Class<? extends Resource> aInterface, Object... aParams) Create an external resource description for a custom resource.static ExternalResourceDescription
ExternalResourceFactory.createNamedResourceDescriptionUsingUrl
(String aName, Class<? extends SharedResourceObject> aInterface, String aUrl, Object... aParams) Create an external resource description for aSharedResourceObject
.static ExternalResourceDescription
ExternalResourceFactory.createResourceDescription
(Class<? extends Resource> aInterface, Object... aParams) Create an external resource description for a custom resource.static ExternalResourceDescription
ExternalResourceFactory.createSharedResourceDescription
(File aFile, Class<? extends SharedResourceObject> aInterface, Object... aParams) Create an external resource description for aSharedResourceObject
.static ExternalResourceDescription
ExternalResourceFactory.createSharedResourceDescription
(String aUrl, Class<? extends SharedResourceObject> aInterface, Object... aParams) Create an external resource description for aSharedResourceObject
.static ExternalResourceDescription
ExternalResourceFactory.createSharedResourceDescription
(URL aUrl, Class<? extends SharedResourceObject> aInterface, Object... aParams) Create an external resource description for aSharedResourceObject
.Methods in org.apache.uima.fit.factory that return types with arguments of type ExternalResourceDescriptionModifier and TypeMethodDescriptionprotected static Map
<String, ExternalResourceDescription> ExternalResourceFactory.extractResourceParameters
(Object[] configurationData) Extracts the external resource from the configuration parameters and nulls out these parameters.Methods in org.apache.uima.fit.factory with parameters of type ExternalResourceDescriptionModifier and TypeMethodDescriptionstatic void
ExternalResourceFactory.bindResource
(ExternalResourceDescription aRes, String aBindTo, ExternalResourceDescription aNestedRes) Deprecated.static void
ExternalResourceFactory.bindResource
(ResourceManagerConfiguration aResMgrCfg, String aBindTo, ExternalResourceDescription aRes) static void
ExternalResourceFactory.bindResource
(ResourceSpecifier aDesc, String aKey, ExternalResourceDescription aResDesc) Scan the given resource specifier for external resource dependencies and whenever a dependency with the given key is encountered, the given resource is bound to it.static void
ExternalResourceFactory.bindResource
(ResourceSpecifier aDesc, ExternalResourceDescription aResDesc) Scan the given resource specifier for external resource dependencies and whenever a dependency with a compatible type is found, the given resource is bound to it.static void
ExternalResourceFactory.bindResourceOnce
(ExternalResourceDescription aRes, String aBindTo, ExternalResourceDescription aNestedRes) Create a binding for the given external resource in the given resource.static void
ExternalResourceFactory.bindResourceOnce
(ResourceManagerConfiguration aResMgrCfg, String aBindTo, ExternalResourceDescription aRes) Create a binding for the given external resource in the given resource manager.static void
ExternalResourceFactory.bindResourceOnce
(ResourceCreationSpecifier aDesc, String aBindTo, ExternalResourceDescription aRes) Create a binding for the given external resource in the resource manager configuration of the given resource.static ExternalResourceBinding
ExternalResourceFactory.createResourceBinding
(String aKey, ExternalResourceDescription aResource) Create an external resource binding.protected static String
ExternalResourceFactory.getImplementationName
(ExternalResourceDescription aDesc) Find the name of the class implementing this resource.Method parameters in org.apache.uima.fit.factory with type arguments of type ExternalResourceDescriptionModifier and TypeMethodDescriptionstatic CollectionReaderDescription
CollectionReaderFactory.createDescription
(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) static AnalysisEngineDescription
AnalysisEngineFactory.createEngineDescription
(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) Create and configure a primitiveAnalysisEngine
.static FlowControllerDescription
FlowControllerFactory.createFlowControllerDescription
(Class<? extends FlowController> flowControllerClass, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) Creates a new FlowControllerDescription for a given class and configuration parameters with valuesstatic AnalysisEngineDescription
AnalysisEngineFactory.createPrimitiveDescription
(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) static CollectionReaderDescription
CollectionReaderFactory.createReaderDescription
(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) The factory method for creating CollectionReaderDescription objects for a given class, TypeSystemDescription, TypePriorities, capabilities, and configuration data -
Uses of ExternalResourceDescription in org.apache.uima.fit.internal
Classes in org.apache.uima.fit.internal that implement ExternalResourceDescriptionModifier and TypeClassDescriptionclass
INTERNAL API - ExtendedExternalResourceDescription_impl
which can carryExternalResourceDescription
s.Methods in org.apache.uima.fit.internal that return types with arguments of type ExternalResourceDescriptionModifier and TypeMethodDescriptionExtendedExternalResourceDescription_impl.getExternalResources()
Method parameters in org.apache.uima.fit.internal with type arguments of type ExternalResourceDescriptionModifier and TypeMethodDescriptionvoid
ExtendedExternalResourceDescription_impl.setExternalResources
(Collection<ExternalResourceDescription> aExternalResourceDescriptions) -
Uses of ExternalResourceDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return ExternalResourceDescriptionModifier and TypeMethodDescriptionResourceSpecifierFactory_impl.createExternalResourceDescription()
-
Uses of ExternalResourceDescription in org.apache.uima.resource
Fields in org.apache.uima.resource declared as ExternalResourceDescriptionModifier and TypeFieldDescriptionstatic final ExternalResourceDescription[]
ExternalResourceDescription.EMPTY_EXTERNAL_RESORUCE_DESCRIPTIONS
-
Uses of ExternalResourceDescription in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement ExternalResourceDescriptionConstructors in org.apache.uima.resource.impl with parameters of type ExternalResourceDescriptionModifierConstructorDescriptionResourceRegistration
(Object aResource, ExternalResourceDescription aDescription, String aDefiningContext) -
Uses of ExternalResourceDescription in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return ExternalResourceDescriptionModifier and TypeMethodDescriptionResourceManagerConfiguration.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 ExternalResourceDescriptionModifier and TypeMethodDescriptionvoid
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
Methods in org.apache.uima.resource.metadata.impl that return ExternalResourceDescriptionMethods in org.apache.uima.resource.metadata.impl with parameters of type ExternalResourceDescriptionModifier and TypeMethodDescriptionvoid
ResourceManagerConfiguration_impl.addExternalResource
(ExternalResourceDescription aExternalResourceDescription) void
ResourceManagerConfiguration_impl.removeExternalResource
(ExternalResourceDescription aExternalResourceDescription) void
ResourceManagerConfiguration_impl.setExternalResources
(ExternalResourceDescription... aDescriptions) -
Uses of ExternalResourceDescription in org.apache.uima.taeconfigurator.editors.ui
Fields in org.apache.uima.taeconfigurator.editors.ui declared as ExternalResourceDescriptionModifier and TypeFieldDescriptionstatic final ExternalResourceDescription[]
AbstractSection.externalResourceDescription0
The Constant externalResourceDescription0.Methods in org.apache.uima.taeconfigurator.editors.ui that return ExternalResourceDescriptionModifier and TypeMethodDescriptionAbstractSection.getExternalResources()
Gets the external resources.ExtnlResBindSection.getXRDescriptionFromTreeItem
(org.eclipse.swt.widgets.TreeItem item) Gets the XR description from tree item. -
Uses of ExternalResourceDescription in org.apache.uima.taeconfigurator.editors.ui.dialogs
Constructors in org.apache.uima.taeconfigurator.editors.ui.dialogs with parameters of type ExternalResourceDescriptionModifierConstructorDescriptionAddExternalResourceDialog
(AbstractSection aSection, ExternalResourceDescription aExistingXRD) Instantiates a new adds the external resource dialog.
ExternalResourceFactory.bindResourceOnce(ExternalResourceDescription, String, ExternalResourceDescription)