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