|
|||||||||||
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.meta.java.io.FileGetter
Untamed: In E, "file:" is bound to the FileGetter, which uses the file system.
To use the URLGetter for "file:" urls, use "fileUrl:" instead.
org.erights.e.elang.interp.URLGetter
Field Summary | |
static FileGetter |
THE_ONE
Enabled: |
Constructor Summary | |
private |
FileGetter()
|
Method Summary | |
Object |
get(String uriBody)
Enabled: |
static String |
normalize(String optPath)
Enabled: Turn it into an E-normalized file name. |
Object[] |
optUncall(Object obj)
Enabled: |
private static String |
slash(String path)
The repeated part |
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, toString, wait, wait, wait |
Field Detail |
public static final FileGetter THE_ONE
Constructor Detail |
private FileGetter()
Method Detail |
public Object get(String uriBody)
public Object[] optUncall(Object obj)
private static String slash(String path)
public static String normalize(String optPath)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |