public static interface WebApplication.LocalDirectory extends Comparable
Modifier and Type | Method and Description |
---|---|
WebApplication.LocalDirectory |
getApplicationDirectory() |
WebApplication.LocalDirectory |
getDirectory(String child) |
WebApplication.LocalFile |
getFile(String child) |
String |
getFullPath() |
String |
getName() |
WebApplication.LocalDirectory |
getParent() |
WebApplication.LocalDirectory |
getRoot() |
URL |
getURL() |
boolean |
isValid() |
String[] |
listDirectories() |
String[] |
listFiles() |
boolean |
make() |
compareTo
String[] listFiles() throws IOException
IOException
String[] listDirectories() throws IOException
IOException
WebApplication.LocalFile getFile(String child)
WebApplication.LocalDirectory getDirectory(String child)
WebApplication.LocalDirectory getParent()
WebApplication.LocalDirectory getRoot()
WebApplication.LocalDirectory getApplicationDirectory()
boolean isValid()
boolean make()
String getName()
String getFullPath()
URL getURL()