|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.util.ResourceLoader
public class ResourceLoader
Constructor Summary | |
---|---|
ResourceLoader()
|
Method Summary | |
---|---|
static java.net.URL |
getResource(java.lang.String name)
Load a resource via the thread context classloader. |
static java.io.InputStream |
getResourceAsStream(java.lang.String name)
Load a resource via the thread context classloader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceLoader()
Method Detail |
---|
public static java.net.URL getResource(java.lang.String name)
name
- a resource name
URL
or null if resource is not foundpublic static java.io.InputStream getResourceAsStream(java.lang.String name)
name
- a resource name
InputStream
or null if resource is not found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |