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 ExternalResourceDescriptionExternalResourceFactory.createNamedFileResourceDescription(String aName, String aUrl) Create an external resource description for a file addressable via an URL.static ExternalResourceDescriptionExternalResourceFactory.createNamedResourceDescription(String aName, Class<? extends Resource> aInterface, Object... aParams) Create an external resource description for a custom resource.static ExternalResourceDescriptionExternalResourceFactory.createNamedResourceDescriptionUsingUrl(String aName, Class<? extends SharedResourceObject> aInterface, String aUrl, Object... aParams) Create an external resource description for aSharedResourceObject.static ExternalResourceDescriptionExternalResourceFactory.createResourceDescription(Class<? extends Resource> aInterface, Object... aParams) Create an external resource description for a custom resource.static ExternalResourceDescriptionExternalResourceFactory.createSharedResourceDescription(File aFile, Class<? extends SharedResourceObject> aInterface, Object... aParams) Create an external resource description for aSharedResourceObject.static ExternalResourceDescriptionExternalResourceFactory.createSharedResourceDescription(String aUrl, Class<? extends SharedResourceObject> aInterface, Object... aParams) Create an external resource description for aSharedResourceObject.static ExternalResourceDescriptionExternalResourceFactory.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 voidExternalResourceFactory.bindResource(ExternalResourceDescription aRes, String aBindTo, ExternalResourceDescription aNestedRes) Deprecated.static voidExternalResourceFactory.bindResource(ResourceManagerConfiguration aResMgrCfg, String aBindTo, ExternalResourceDescription aRes) static voidExternalResourceFactory.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 voidExternalResourceFactory.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 voidExternalResourceFactory.bindResourceOnce(ExternalResourceDescription aRes, String aBindTo, ExternalResourceDescription aNestedRes) Create a binding for the given external resource in the given resource.static voidExternalResourceFactory.bindResourceOnce(ResourceManagerConfiguration aResMgrCfg, String aBindTo, ExternalResourceDescription aRes) Create a binding for the given external resource in the given resource manager.static voidExternalResourceFactory.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 ExternalResourceBindingExternalResourceFactory.createResourceBinding(String aKey, ExternalResourceDescription aResource) Create an external resource binding.protected static StringExternalResourceFactory.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 CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) static AnalysisEngineDescriptionAnalysisEngineFactory.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 FlowControllerDescriptionFlowControllerFactory.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 AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) static CollectionReaderDescriptionCollectionReaderFactory.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 TypeClassDescriptionclassINTERNAL API - ExtendedExternalResourceDescription_implwhich can carryExternalResourceDescriptions.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 TypeMethodDescriptionvoidExtendedExternalResourceDescription_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 TypeMethodDescriptionvoidResourceManagerConfiguration.addExternalResource(ExternalResourceDescription aExternalResourceDescription) Adds a External Resource to this configurationvoidResourceManagerConfiguration.removeExternalResource(ExternalResourceDescription aExternalResourceDescription) Removes an ExternalResource from this configuration.voidResourceManagerConfiguration.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 TypeMethodDescriptionvoidResourceManagerConfiguration_impl.addExternalResource(ExternalResourceDescription aExternalResourceDescription) voidResourceManagerConfiguration_impl.removeExternalResource(ExternalResourceDescription aExternalResourceDescription) voidResourceManagerConfiguration_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.externalResourceDescription0The 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)