Uses of Interface
org.apache.sshd.git.GitLocationResolver
-
Packages that use GitLocationResolver Package Description org.apache.sshd.git org.apache.sshd.git.pack org.apache.sshd.git.pgm -
-
Uses of GitLocationResolver in org.apache.sshd.git
Fields in org.apache.sshd.git declared as GitLocationResolver Modifier and Type Field Description protected GitLocationResolverAbstractGitCommand. rootDirResolverprivate GitLocationResolverAbstractGitCommandFactory. rootDirResolverMethods in org.apache.sshd.git that return GitLocationResolver Modifier and Type Method Description static GitLocationResolverGitLocationResolver. constantPath(java.nio.file.Path rootDir)Creates a resolver that returns the same root directory for any invocation ofresolveRootDirectoryGitLocationResolverAbstractGitCommand. getGitLocationResolver()GitLocationResolverAbstractGitCommandFactory. getGitLocationResolver()GitLocationResolverGitLocationResolverCarrier. getGitLocationResolver()Methods in org.apache.sshd.git with parameters of type GitLocationResolver Modifier and Type Method Description AbstractGitCommandFactoryAbstractGitCommandFactory. withGitLocationResolver(GitLocationResolver rootDirResolver)Constructors in org.apache.sshd.git with parameters of type GitLocationResolver Constructor Description AbstractGitCommand(GitLocationResolver rootDirResolver, java.lang.String command, org.apache.sshd.common.util.threads.CloseableExecutorService executorService) -
Uses of GitLocationResolver in org.apache.sshd.git.pack
Methods in org.apache.sshd.git.pack with parameters of type GitLocationResolver Modifier and Type Method Description GitPackCommandFactoryGitPackCommandFactory. withGitLocationResolver(GitLocationResolver rootDirResolver)Constructors in org.apache.sshd.git.pack with parameters of type GitLocationResolver Constructor Description GitPackCommand(GitLocationResolver rootDirResolver, java.lang.String command, org.apache.sshd.common.util.threads.CloseableExecutorService executorService)GitPackCommandFactory(GitLocationResolver resolver) -
Uses of GitLocationResolver in org.apache.sshd.git.pgm
Methods in org.apache.sshd.git.pgm with parameters of type GitLocationResolver Modifier and Type Method Description GitPgmCommandFactoryGitPgmCommandFactory. withGitLocationResolver(GitLocationResolver rootDirResolver)Constructors in org.apache.sshd.git.pgm with parameters of type GitLocationResolver Constructor Description GitPgmCommand(GitLocationResolver rootDirResolver, java.lang.String command, org.apache.sshd.common.util.threads.CloseableExecutorService executorService)GitPgmCommandFactory(GitLocationResolver resolver)
-