|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceNotAvailableException | |
|---|---|
| net.sf.mmm.util.nls.api | Provides the API for the native language support (NLS). |
| net.sf.mmm.util.resource.api | Provides the API for utilities that help to load
resources from arbitrary
sources. |
| net.sf.mmm.util.resource.base | Contains the base implementation of the
resource-API. |
| Uses of ResourceNotAvailableException in net.sf.mmm.util.nls.api |
|---|
| Methods in net.sf.mmm.util.nls.api that throw ResourceNotAvailableException | |
|---|---|
DataResource |
NlsResourceLocator.findResource(String pathAndBasicName,
String extension,
Locale locale)
This method finds a localized resource. |
| Uses of ResourceNotAvailableException in net.sf.mmm.util.resource.api |
|---|
| Methods in net.sf.mmm.util.resource.api that throw ResourceNotAvailableException | |
|---|---|
long |
DataResource.getSize()
This method gets the size (content-length) of this resource. |
URL |
DataResource.getUrl()
This method gets this resource as URL. |
OutputStream |
DataResource.openOutputStream()
This method opens an output-stream in order to write data to the resource. |
InputStream |
DataResource.openStream()
This method opens this resource for reading. |
| Uses of ResourceNotAvailableException in net.sf.mmm.util.resource.base |
|---|
| Methods in net.sf.mmm.util.resource.base that throw ResourceNotAvailableException | |
|---|---|
long |
AbstractDataResource.getSize()
This method gets the size (content-length) of this resource. |
long |
FileResource.getSize()
This method gets the size (content-length) of this resource. |
URL |
ClasspathResource.getUrl()
This method gets this resource as URL. |
URL |
UrlResource.getUrl()
This method gets this resource as URL. |
URL |
FileResource.getUrl()
This method gets this resource as URL. |
OutputStream |
AbstractDataResource.openOutputStream()
This method opens an output-stream in order to write data to the resource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||