Uses of Interface
org.apache.sshd.git.GitLocationResolver
Packages that use GitLocationResolver
-
Uses of GitLocationResolver in org.apache.sshd.git
Fields in org.apache.sshd.git declared as GitLocationResolverModifier and TypeFieldDescriptionprotected final GitLocationResolver
AbstractGitCommand.rootDirResolver
private GitLocationResolver
AbstractGitCommandFactory.rootDirResolver
Methods in org.apache.sshd.git that return GitLocationResolverModifier and TypeMethodDescriptionstatic GitLocationResolver
GitLocationResolver.constantPath
(Path rootDir) Creates a resolver that returns the same root directory for any invocation ofresolveRootDirectory
AbstractGitCommand.getGitLocationResolver()
AbstractGitCommandFactory.getGitLocationResolver()
GitLocationResolverCarrier.getGitLocationResolver()
Methods in org.apache.sshd.git with parameters of type GitLocationResolverModifier and TypeMethodDescriptionAbstractGitCommandFactory.withGitLocationResolver
(GitLocationResolver rootDirResolver) Constructors in org.apache.sshd.git with parameters of type GitLocationResolverModifierConstructorDescriptionprotected
AbstractGitCommand
(GitLocationResolver rootDirResolver, 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 GitLocationResolverModifier and TypeMethodDescriptionGitPackCommandFactory.withGitLocationResolver
(GitLocationResolver rootDirResolver) Constructors in org.apache.sshd.git.pack with parameters of type GitLocationResolverModifierConstructorDescriptionGitPackCommand
(GitLocationResolver rootDirResolver, 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 GitLocationResolverModifier and TypeMethodDescriptionGitPgmCommandFactory.withGitLocationResolver
(GitLocationResolver rootDirResolver) Constructors in org.apache.sshd.git.pgm with parameters of type GitLocationResolverModifierConstructorDescriptionGitPgmCommand
(GitLocationResolver rootDirResolver, String command, org.apache.sshd.common.util.threads.CloseableExecutorService executorService) GitPgmCommandFactory
(GitLocationResolver resolver)