|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvfs.VFSDirectory
vfs.JarDirectory
public class JarDirectory
A JarDirectory is a VFSDirectory representing a directory in a jar file.
Constructor Summary | |
---|---|
JarDirectory(java.lang.String nm,
JarDirectory par)
new JarDirectory(nm, par) returns a virtual directory named nm whose parent is par. |
|
JarDirectory(java.net.URL url)
new JarDirectory(url) returns a new virtual file system root directory representing the jar directory whose URL is url. |
Method Summary |
---|
Methods inherited from class vfs.VFSDirectory |
---|
addFile, addSubdirectory, escort, getFile, getFileNames, getFiles, getName, getSubdirectories, getSubdirectory, getSubdirectoryNames, getURL, isRoot |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JarDirectory(java.net.URL url)
url
- the URL of the jar root directorypublic JarDirectory(java.lang.String nm, JarDirectory par)
nm
- the name of the jar directorypar
- its virtual file system parent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |