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 forResourcesandResourceSpecifiers.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 InputStreamUimaContext. getResourceAsStream(String aKey)Retrieves an InputStream for reading from the named resource.InputStreamUimaContext. getResourceAsStream(String aKey, String[] aParams)Retrieves an InputStream for reading from the named resource.StringUimaContext. getResourceFilePath(String aKey)Retrieves the absolute file path to the named resource.StringUimaContext. getResourceFilePath(String aKey, String[] aParams)Retrieves the absolute file path to the named resource.ObjectUimaContext. getResourceObject(String aKey)Retrieves the named resource object.ObjectUimaContext. getResourceObject(String aKey, String[] aParams)Retrieves the named resource object.URIUimaContext. getResourceURI(String aKey)Retrieves the URI to the named resource.URIUimaContext. getResourceURI(String aKey, String[] aParams)Retrieves the URI to the named resource.URLUimaContext. getResourceURL(String aKey)Retrieves the URL to the named resource.URLUimaContext. 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 InputStreamUimaContext_ImplBase. getResourceAsStream(String aKey)Acquires Resource InputStreams using the ResourceManager.InputStreamUimaContext_ImplBase. getResourceAsStream(String aKey, String[] aParams)StringUimaContext_ImplBase. getResourceFilePath(String aKey)StringUimaContext_ImplBase. getResourceFilePath(String aKey, String[] aParams)ObjectUimaContext_ImplBase. getResourceObject(String aKey)Acquires a Resource object using the ResourceManager.ObjectUimaContext_ImplBase. getResourceObject(String aKey, String[] aParams)URIUimaContext_ImplBase. getResourceURI(String aKey)URIUimaContext_ImplBase. getResourceURI(String aKey, String[] aParams)URLUimaContext_ImplBase. getResourceURL(String aKey)Locates Resource URL's using the ResourceManager.URLUimaContext_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 ObjectResourceManager. getResource(String aName)Gets the instance of the implementation object for a resource that has been registered under the specified name.ObjectResourceManager. 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.InputStreamResourceManager. getResourceAsStream(String aKey)Retrieves an InputStream for reading from the named resource.InputStreamResourceManager. getResourceAsStream(String aKey, String[] aParams)Retrieves an InputStream for reading from the named resource.URLResourceManager. getResourceURL(String aKey)Retrieves the URL to the named resource.URLResourceManager. 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 ObjectResourceManager_impl. getResource(String aName)ObjectResourceManager_impl. getResource(String aName, String[] aParams)InputStreamResourceManager_impl. getResourceAsStream(String aKey)InputStreamResourceManager_impl. getResourceAsStream(String aKey, String[] aParams)URLResourceManager_impl. getResourceURL(String aKey)URLResourceManager_impl. getResourceURL(String aKey, String[] aParams)
-