public static class LocalFsFinder.IoFile extends LocalFsFinder.VfsFile
| Constructor and Description |
|---|
IoFile(java.io.File ioFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
boolean |
exists() |
java.lang.String |
getAbsolutePath() |
java.util.List<FileLookup.LookupFile> |
getChildren(FileLookup.LookupFilter filter) |
java.lang.String |
getName() |
FileLookup.LookupFile |
getParent() |
int |
hashCode() |
boolean |
isDirectory() |
getFile, getIcon, getMacro, setMacropublic java.lang.String getName()
getName in interface FileLookup.LookupFilegetName in class LocalFsFinder.VfsFilepublic boolean isDirectory()
isDirectory in interface FileLookup.LookupFileisDirectory in class LocalFsFinder.VfsFilepublic FileLookup.LookupFile getParent()
getParent in interface FileLookup.LookupFilegetParent in class LocalFsFinder.VfsFilepublic java.lang.String getAbsolutePath()
getAbsolutePath in interface FileLookup.LookupFilegetAbsolutePath in class LocalFsFinder.VfsFilepublic java.util.List<FileLookup.LookupFile> getChildren(FileLookup.LookupFilter filter)
getChildren in interface FileLookup.LookupFilegetChildren in class LocalFsFinder.VfsFilepublic boolean exists()
exists in interface FileLookup.LookupFileexists in class LocalFsFinder.VfsFilepublic boolean equals(java.lang.Object o)
equals in class LocalFsFinder.VfsFilepublic int hashCode()
hashCode in class LocalFsFinder.VfsFile