Package org.eclipse.jgit.transport
Interface FtpChannel.DirEntry
-
- Enclosing interface:
- FtpChannel
public static interface FtpChannel.DirEntry
Simplified remote directory entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFilename()
long
getModifiedTime()
boolean
isDirectory()
-