|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.knowledgeplaza.util.ResourceLoader
public class ResourceLoader
Find resources on various locations.
| Field Summary | |
|---|---|
static String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Constructor Summary | |
|---|---|
ResourceLoader()
|
|
| Method Summary | |
|---|---|
static URL |
getResource(String resourceId)
Try to find a resource |
static URL |
getResource(String resourceId,
List additionalPaths)
Try to find a resource |
static InputStream |
getResourceAsStream(String resourceId)
Try to find a resource |
static List<URL> |
getResources(String resourceId)
Try to find a resource |
static List<URL> |
getResources(String resourceId,
List<File> additionalPaths)
Try to find a resource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SOURCECODE_VERSION
| Constructor Detail |
|---|
public ResourceLoader()
| Method Detail |
|---|
public static URL getResource(String resourceId)
public static URL getResource(String resourceId,
List additionalPaths)
public static List<URL> getResources(String resourceId)
public static List<URL> getResources(String resourceId,
List<File> additionalPaths)
public static InputStream getResourceAsStream(String resourceId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||