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, setMacro
public java.lang.String getName()
getName
in interface FileLookup.LookupFile
getName
in class LocalFsFinder.VfsFile
public boolean isDirectory()
isDirectory
in interface FileLookup.LookupFile
isDirectory
in class LocalFsFinder.VfsFile
public FileLookup.LookupFile getParent()
getParent
in interface FileLookup.LookupFile
getParent
in class LocalFsFinder.VfsFile
public java.lang.String getAbsolutePath()
getAbsolutePath
in interface FileLookup.LookupFile
getAbsolutePath
in class LocalFsFinder.VfsFile
public java.util.List<FileLookup.LookupFile> getChildren(FileLookup.LookupFilter filter)
getChildren
in interface FileLookup.LookupFile
getChildren
in class LocalFsFinder.VfsFile
public boolean exists()
exists
in interface FileLookup.LookupFile
exists
in class LocalFsFinder.VfsFile
public boolean equals(java.lang.Object o)
equals
in class LocalFsFinder.VfsFile
public int hashCode()
hashCode
in class LocalFsFinder.VfsFile