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 String
getFilename()
long
getModifiedTime()
boolean
isDirectory()
-
-
-
Method Detail
-
getFilename
String getFilename()
-
getModifiedTime
long getModifiedTime()
-
isDirectory
boolean isDirectory()
-
-