|
|||||||||||
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.URLGetter
Untamed: An instance of this exists for each of the standard URL protocol, and is bound to corresponding protocol name. For example, "http:" is bound to a URLGetter for the http protocol. By special dispensation, the URLGetter for the "file:" protocol is bound to "fileUrl:", since "file:" is reserved for the FileGetter.
org.erights.e.meta.java.io.FileGetter
Field Summary | |
private String |
myProtocol
"protocol" as in "file:" or "http:" |
Constructor Summary | |
(package private) |
URLGetter(String protocol)
|
Method Summary | |
Object |
get(String uriBody)
Enabled: |
Object[] |
optUncall(Object obj)
Enabled: |
String |
protocol()
Enabled: |
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 |
private final String myProtocol
Constructor Detail |
URLGetter(String protocol)
Method Detail |
public Object get(String uriBody)
public Object[] optUncall(Object obj)
obj
-
public String protocol()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |