Uses of Interface
org.eclipse.jgit.transport.FtpChannel.DirEntry
-
Packages that use FtpChannel.DirEntry Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of FtpChannel.DirEntry in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return types with arguments of type FtpChannel.DirEntry Modifier and Type Method Description Collection<FtpChannel.DirEntry>
FtpChannel. ls(String path)
Lists contents of a remote directory
-