|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.source.AbstractSource
org.exist.source.URLSource
org.exist.source.ClassLoaderSource
A source loaded through the current context class loader.
Field Summary | |
static java.lang.String |
PROTOCOL
|
Fields inherited from interface org.exist.source.Source |
INVALID, UNKNOWN, VALID |
Constructor Summary | |
ClassLoaderSource(java.lang.String source)
|
Methods inherited from class org.exist.source.URLSource |
getContent, getKey, getReader, getURL, isValid, isValid |
Methods inherited from class org.exist.source.AbstractSource |
equals, getCacheTimestamp, hashCode, setCacheTimestamp |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PROTOCOL
Constructor Detail |
public ClassLoaderSource(java.lang.String source) throws java.io.IOException
source
- The resource name (e.g. url).
The name of a resource is a '/'-separated path name that identifies the resource. Preceding "/" and "resource:"" are removed.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |