|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VFSItem
A VFSItem is an item in a virtual file system. It has a name and a URL.
This is the Component class in a Composite design pattern whose other classes are VFSFile (Leaf) and VFSDirectory (Composite).
Method Summary | |
---|---|
java.lang.String |
getName()
itm.getName() returns the name of itm. |
java.net.URL |
getURL()
itm.getURL() returns the URL for itm. |
Method Detail |
---|
java.lang.String getName()
java.net.URL getURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |