Uses of Class
org.apache.uima.resource.ResourceAccessException
-
Packages that use ResourceAccessException Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima
.org.apache.uima.resource Interfaces forResources
andResourceSpecifiers
.org.apache.uima.resource.impl -
-
Uses of ResourceAccessException in org.apache.uima
Methods in org.apache.uima that throw ResourceAccessException Modifier and Type Method Description InputStream
UimaContext. getResourceAsStream(String aKey)
Retrieves an InputStream for reading from the named resource.InputStream
UimaContext. getResourceAsStream(String aKey, String[] aParams)
Retrieves an InputStream for reading from the named resource.String
UimaContext. getResourceFilePath(String aKey)
Retrieves the absolute file path to the named resource.String
UimaContext. getResourceFilePath(String aKey, String[] aParams)
Retrieves the absolute file path to the named resource.Object
UimaContext. getResourceObject(String aKey)
Retrieves the named resource object.Object
UimaContext. getResourceObject(String aKey, String[] aParams)
Retrieves the named resource object.URI
UimaContext. getResourceURI(String aKey)
Retrieves the URI to the named resource.URI
UimaContext. getResourceURI(String aKey, String[] aParams)
Retrieves the URI to the named resource.URL
UimaContext. getResourceURL(String aKey)
Retrieves the URL to the named resource.URL
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 ResourceAccessException Modifier and Type Method Description InputStream
UimaContext_ImplBase. getResourceAsStream(String aKey)
Acquires Resource InputStreams using the ResourceManager.InputStream
UimaContext_ImplBase. getResourceAsStream(String aKey, String[] aParams)
String
UimaContext_ImplBase. getResourceFilePath(String aKey)
String
UimaContext_ImplBase. getResourceFilePath(String aKey, String[] aParams)
Object
UimaContext_ImplBase. getResourceObject(String aKey)
Acquires a Resource object using the ResourceManager.Object
UimaContext_ImplBase. getResourceObject(String aKey, String[] aParams)
URI
UimaContext_ImplBase. getResourceURI(String aKey)
URI
UimaContext_ImplBase. getResourceURI(String aKey, String[] aParams)
URL
UimaContext_ImplBase. getResourceURL(String aKey)
Locates Resource URL's using the ResourceManager.URL
UimaContext_ImplBase. getResourceURL(String aKey, String[] aParams)
-
Uses of ResourceAccessException in org.apache.uima.resource
Methods in org.apache.uima.resource that throw ResourceAccessException Modifier and Type Method Description Object
ResourceManager. getResource(String aName)
Gets the instance of the implementation object for a resource that has been registered under the specified name.Object
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.InputStream
ResourceManager. getResourceAsStream(String aKey)
Retrieves an InputStream for reading from the named resource.InputStream
ResourceManager. getResourceAsStream(String aKey, String[] aParams)
Retrieves an InputStream for reading from the named resource.URL
ResourceManager. getResourceURL(String aKey)
Retrieves the URL to the named resource.URL
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 ResourceAccessException Modifier and Type Method Description Object
ResourceManager_impl. getResource(String aName)
Object
ResourceManager_impl. getResource(String aName, String[] aParams)
InputStream
ResourceManager_impl. getResourceAsStream(String aKey)
InputStream
ResourceManager_impl. getResourceAsStream(String aKey, String[] aParams)
URL
ResourceManager_impl. getResourceURL(String aKey)
URL
ResourceManager_impl. getResourceURL(String aKey, String[] aParams)
-