Uses of Class
org.apache.uima.resource.ResourceAccessException
Packages that use ResourceAccessException
Package
Description
Apache UIMA
Apache UIMA internals
Interfaces for
Resources
and ResourceSpecifiers
.-
Uses of ResourceAccessException in org.apache.uima
Methods in org.apache.uima that throw ResourceAccessExceptionModifier 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
Methods in org.apache.uima.impl that throw ResourceAccessExceptionModifier 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
Methods in org.apache.uima.resource that throw ResourceAccessExceptionModifier 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 aParmsResourceManager.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
Methods in org.apache.uima.resource.impl that throw ResourceAccessExceptionModifier 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)