public abstract class JarHash
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static byte[] |
JARHASH |
Constructor and Description |
---|
JarHash() |
Modifier and Type | Method and Description |
---|---|
static java.io.InputStream |
getResource2(java.lang.String uri) |
static java.util.List<java.lang.String> |
getResourcesList(java.lang.String path)
Given a path name (without preceding and appending "/"),
return the names of all file and directory names contained
in the path location (not recursive).
|
static void |
registerResourceRoot(java.io.File f) |
public static void registerResourceRoot(java.io.File f)
public static java.io.InputStream getResource2(java.lang.String uri)
public static java.util.List<java.lang.String> getResourcesList(java.lang.String path)
path
- - name of resource path