Uses of Class
org.apache.uima.resource.ResourceAccessException
Package
Description
Apache UIMA
Apache UIMA internals
Interfaces for
Resources
and ResourceSpecifiers
.-
Uses of ResourceAccessException in org.apache.uima
Modifier and TypeMethodDescriptionUimaContext.getResourceAsStream
(String aKey) Retrieves an InputStream for reading from the named resource.UimaContext.getResourceAsStream
(String aKey, String[] aParams) Retrieves an InputStream for reading from the named resource.UimaContext.getResourceFilePath
(String aKey) Retrieves the absolute file path to the named resource.UimaContext.getResourceFilePath
(String aKey, String[] aParams) Retrieves the absolute file path to the named resource.UimaContext.getResourceObject
(String aKey) Retrieves the named resource object.UimaContext.getResourceObject
(String aKey, String[] aParams) Retrieves the named resource object.UimaContext.getResourceURI
(String aKey) Retrieves the URI to the named resource.UimaContext.getResourceURI
(String aKey, String[] aParams) Retrieves the URI to the named resource.UimaContext.getResourceURL
(String aKey) Retrieves the URL to the named resource.UimaContext.getResourceURL
(String aKey, String[] aParams) Retrieves the URL to the named resource. -
Uses of ResourceAccessException in org.apache.uima.impl
Modifier and TypeMethodDescriptionUimaContext_ImplBase.getResourceAsStream
(String aKey) Acquires Resource InputStreams using the ResourceManager.UimaContext_ImplBase.getResourceAsStream
(String aKey, String[] aParams) UimaContext_ImplBase.getResourceFilePath
(String aKey) UimaContext_ImplBase.getResourceFilePath
(String aKey, String[] aParams) UimaContext_ImplBase.getResourceObject
(String aKey) Acquires a Resource object using the ResourceManager.UimaContext_ImplBase.getResourceObject
(String aKey, String[] aParams) UimaContext_ImplBase.getResourceURI
(String aKey) UimaContext_ImplBase.getResourceURI
(String aKey, String[] aParams) UimaContext_ImplBase.getResourceURL
(String aKey) Locates Resource URL's using the ResourceManager.UimaContext_ImplBase.getResourceURL
(String aKey, String[] aParams) -
Uses of ResourceAccessException in org.apache.uima.resource
Modifier and TypeMethodDescriptionResourceManager.getResource
(String aName) Gets the instance of the implementation object for a resource that has been registered under the specified name.ResourceManager.getResource
(String aName, String[] aParams) Returns one of two kinds of objects (or null): - an instance of the implementation object for a resource, that has been loaded with a DataResource resource produced by the resource given the aParms - (if there is no implementation defined for this resource) returns an instance of the DataResource, itself, produced by the resource given the aParms An example of a parameterized Resource is a dictionary whose data depend on a specified language identifier.ResourceManager.getResourceAsStream
(String aKey) Retrieves an InputStream for reading from the named resource.ResourceManager.getResourceAsStream
(String aKey, String[] aParams) Retrieves an InputStream for reading from the named resource.ResourceManager.getResourceURL
(String aKey) Retrieves the URL to the named resource.ResourceManager.getResourceURL
(String aKey, String[] aParams) Retrieves the URL to the named resource. -
Uses of ResourceAccessException in org.apache.uima.resource.impl
Modifier and TypeMethodDescriptionResourceManager_impl.getResource
(String aName) ResourceManager_impl.getResource
(String aName, String[] aParams) ResourceManager_impl.getResourceAsStream
(String aKey) ResourceManager_impl.getResourceAsStream
(String aKey, String[] aParams) ResourceManager_impl.getResourceURL
(String aKey) ResourceManager_impl.getResourceURL
(String aKey, String[] aParams)