|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.ResourceUtils
public class ResourceUtils
Utility methods for local resource file handling.
Constructor Summary | |
---|---|
ResourceUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getLocalURI(java.lang.String localpath)
Returns the URI of the resource with the given local path, i.e. |
static java.util.Properties |
getProperties(java.lang.String localpath)
Loads and returns the properties held in the file with the given local path, i.e. |
static java.io.InputStream |
getStream(java.lang.String localpath)
Returns an input stream for the resource with the given local path, i.e. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceUtils()
Method Detail |
---|
public static java.lang.String getLocalURI(java.lang.String localpath)
public static java.io.InputStream getStream(java.lang.String localpath)
public static java.util.Properties getProperties(java.lang.String localpath)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |