Package | Description |
---|---|
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 . |
net.sf.mmm.util.resource.impl |
Contains the implementation of the
resource-API . |
Modifier and Type | Method and Description |
---|---|
DataResource |
NlsResourceLocator.findResource(String pathAndBasicName,
String extension,
Locale locale)
This method finds a localized
resource . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
long |
FileResource.getSize() |
long |
AbstractDataResource.getSize()
This method gets the size (content-length) of this resource.
|
URL |
UrlResource.getUrl() |
URL |
FileResource.getUrl() |
URL |
ClasspathResource.getUrl() |
OutputStream |
AbstractDataResource.openOutputStream() |
Modifier and Type | Method and Description |
---|---|
URL |
ClasspathFolder.getUrl() |
URL |
ClasspathFile.getUrl() |
Copyright © 2001–2016 mmm-Team. All rights reserved.