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