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.org.eclipse.jgit.transport.sshd -
-
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 java.util.Collection<FtpChannel.DirEntry>
FtpChannel. ls(java.lang.String path)
Lists contents of a remote directoryjava.util.Collection<FtpChannel.DirEntry>
JschSession.JschFtpChannel. ls(java.lang.String path)
-
Uses of FtpChannel.DirEntry in org.eclipse.jgit.transport.sshd
Methods in org.eclipse.jgit.transport.sshd that return types with arguments of type FtpChannel.DirEntry Modifier and Type Method Description java.util.Collection<FtpChannel.DirEntry>
SshdSession.SshdFtpChannel. ls(java.lang.String path)
-