|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.elib.serial.BaseLoader | +--org.erights.e.elang.interp.ResourceUriGetter
Untamed: Bound to resource__uriGetter in the safe scope
Field Summary | |
static ResourceUriGetter |
THE_ONE
Enabled: |
Constructor Summary | |
private |
ResourceUriGetter()
|
Method Summary | |
Object |
get(String relpath)
Enabled: <resource:...> expands to resource__uriGetter.get(...) |
Object[] |
optUncall(Object obj)
Enabled: XXX This one is unimplemented, and we should expect it to be unimplemented for awhile, as it's hard. |
String |
toString()
Suppressed: |
Methods inherited from class org.erights.e.elib.serial.BaseLoader |
getOptWrappingUncall, optUnget, ungetToUncall |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ResourceUriGetter THE_ONE
Constructor Detail |
private ResourceUriGetter()
Method Detail |
public Object get(String relpath)
public Object[] optUncall(Object obj)
The problem is, the URL returned ClassLoader.getSystemResource(java.lang.String)
is not one that necessarily came from that source. For example,
<resource:scripts/eBrowser.e-awt> just returns a URL that could
have been returned by <fileURL:.../scripts/eBrowser.e-awt> and
can be uncalled by fileURL__uriGetter.
obj
-
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |