public interface FileInfo<F>
Modifier and Type | Method and Description |
---|---|
F |
getFileInfo() |
String |
getFilename() |
long |
getModified() |
String |
getPermissions() |
String |
getRemoteDirectory() |
long |
getSize() |
boolean |
isDirectory() |
boolean |
isLink() |
boolean isDirectory()
boolean isLink()
long getSize()
long getModified()
String getFilename()
String getRemoteDirectory()
String getPermissions()
F getFileInfo()