public class ResourceUtils
extends java.lang.Object
Constructor and Description |
---|
ResourceUtils() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)