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.ssh.jsch Provides a JGitSshSessionFactory
implemented via JSch.org.eclipse.jgit.transport.sshd Provides a JGitSshSessionFactory
implemented via Apache MINA 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 directory -
Uses of FtpChannel.DirEntry in org.eclipse.jgit.transport.ssh.jsch
Methods in org.eclipse.jgit.transport.ssh.jsch that return types with arguments of type FtpChannel.DirEntry Modifier and Type Method Description java.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)
-