Package | Description |
---|---|
org.apache.uima |
The main package for the Unstructured Information Management Middleware
Architecture.
|
org.apache.uima.resource |
Interfaces for
Resources and ResourceSpecifiers . |
Modifier and Type | Method and Description |
---|---|
ExternalResourceDependency |
ResourceSpecifierFactory.createExternalResourceDependency()
Creates an
ExternalResourceDependency . |
Modifier and Type | Method and Description |
---|---|
ExternalResourceDependency[] |
ResourceCreationSpecifier.getExternalResourceDependencies()
Retrieves descriptions of this
ResourceCreationSpecifier 's dependencies on external resources. |
ExternalResourceDependency |
ResourceCreationSpecifier.getExternalResourceDependency(String aKey)
Gets the external resource dependency with the given key.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.resolveAndValidateResourceDependencies(ExternalResourceDependency[] aDependencies,
String aQualifiedContextName)
Resolves a component's external resource dependencies (bindings) using this resource manager.
|
void |
ResourceCreationSpecifier.setExternalResourceDependencies(ExternalResourceDependency[] aDependencies)
Sets the descriptions of this
ResourceCreationSpecifier 's dependencies on external resources. |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.