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 GitLocationResolver
AbstractGitCommand. rootDirResolver
private GitLocationResolver
AbstractGitCommandFactory. rootDirResolver
Methods in org.apache.sshd.git that return GitLocationResolver Modifier and Type Method Description static GitLocationResolver
GitLocationResolver. constantPath(java.nio.file.Path rootDir)
Creates a resolver that returns the same root directory for any invocation ofresolveRootDirectory
GitLocationResolver
AbstractGitCommand. getGitLocationResolver()
GitLocationResolver
AbstractGitCommandFactory. getGitLocationResolver()
GitLocationResolver
GitLocationResolverCarrier. getGitLocationResolver()
Methods in org.apache.sshd.git with parameters of type GitLocationResolver Modifier and Type Method Description AbstractGitCommandFactory
AbstractGitCommandFactory. 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 GitPackCommandFactory
GitPackCommandFactory. 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 GitPgmCommandFactory
GitPgmCommandFactory. 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)
-