|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.judoscript.util.VirtualFS
com.judoscript.util.UrlFS
public class UrlFS
This class represents a read-only file system for a URL, which contains just one file. If no file name is found, use "default.htm".
Nested Class Summary | |
---|---|
static class |
UrlFS.UrlFile
|
Nested classes/interfaces inherited from class com.judoscript.util.VirtualFS |
---|
VirtualFS.VirtualFile |
Constructor Summary | |
---|---|
UrlFS()
|
Method Summary | |
---|---|
void |
close()
|
java.io.File |
getFile(java.lang.String _url)
|
Methods inherited from class com.judoscript.util.VirtualFS |
---|
getInputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UrlFS()
Method Detail |
---|
public void close()
public java.io.File getFile(java.lang.String _url) throws java.lang.Exception
getFile
in class VirtualFS
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |