|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvfs.VFSDirectory
vfs.NativeDirectory
public class NativeDirectory
A NativeDirectory is a VFSDirectory representing a directory in the native file system.
| Constructor Summary | |
|---|---|
NativeDirectory(java.lang.String nm,
NativeDirectory par)
new NativeDirectory(nm, par) returns a virtual directory named nm whose parent is par. |
|
NativeDirectory(java.net.URL url)
new NativeDirectory(url) returns a new virtual file system root directory representing the native 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 NativeDirectory(java.net.URL url)
url - the URL of the native root directory
public NativeDirectory(java.lang.String nm,
NativeDirectory par)
nm - the name of the native directorypar - its virtual file system parent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||