|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceMgrException | |
|---|---|
| org.openbp.common.resource | |
| Uses of ResourceMgrException in org.openbp.common.resource |
|---|
| Methods in org.openbp.common.resource that throw ResourceMgrException | |
|---|---|
org.springframework.core.io.Resource[] |
ResourceMgr.findResources(java.lang.String resourceLocation)
Finds resources according to the given resource location pattern, preferably in the class path. |
abstract org.springframework.core.io.Resource |
ResourceProvider.getResource(java.lang.String resourceLocation)
Gets a resource. |
org.springframework.core.io.Resource |
HttpResourceProvider.getResource(java.lang.String resourceLocation)
|
org.springframework.core.io.Resource |
FileResourceProvider.getResource(java.lang.String resourceLocation)
file based resources are first matched with the root dir name |
org.springframework.core.io.Resource |
ClasspathResourceProvider.getResource(java.lang.String resourceLocation)
|
byte[] |
ResourceMgr.loadByteResource(org.springframework.core.io.Resource res)
Loads the specified resource as array of bytes. |
byte[] |
ResourceMgr.loadByteResource(java.lang.String resourceLocation)
Loads the specified resource as array of bytes. |
java.io.InputStream |
ResourceMgr.openResource(java.lang.String resourceLocation)
Opens an input stream to the specified resource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||