- setAttribute(Path, String, Object, LinkOption...) - Method in class org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider
-
- setAuthenticator(FileSystemAuthenticator) - Method in class org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider
-
- setAuthorizationManager(FileSystemAuthorizer) - Method in class org.uberfire.java.nio.fs.jgit.daemon.ssh.GitSSHService
-
- setAuthorizer(FileSystemAuthorizer) - Method in class org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider
-
- setBatchCommitInfo(String, CommentedOption) - Method in class org.uberfire.java.nio.fs.jgit.JGitFileSystem
-
- setBatchCommitInfo(CommitInfo) - Method in class org.uberfire.java.nio.fs.jgit.JGitFileSystem
-
- setCached(boolean) - Method in class org.uberfire.java.nio.fs.jgit.util.CustomDiffCommand
-
- setContextLines(int) - Method in class org.uberfire.java.nio.fs.jgit.util.CustomDiffCommand
-
Set number of context lines instead of the usual three.
- setDestinationPrefix(String) - Method in class org.uberfire.java.nio.fs.jgit.util.CustomDiffCommand
-
Set the given destination prefix instead of "b/".
- setDetectedFS(FS) - Method in class org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider
-
- setEnabled(boolean) - Method in class org.uberfire.java.nio.fs.jgit.daemon.git.DaemonService
-
- setErrorStream(OutputStream) - Method in class org.uberfire.java.nio.fs.jgit.daemon.ssh.BaseGitCommand
-
- setExitCallback(ExitCallback) - Method in class org.uberfire.java.nio.fs.jgit.daemon.ssh.BaseGitCommand
-
- setHadCommitOnBatchState(Path, boolean) - Method in class org.uberfire.java.nio.fs.jgit.JGitFileSystem
-
- setHadCommitOnBatchState(boolean) - Method in class org.uberfire.java.nio.fs.jgit.JGitFileSystem
-
- setInputStream(InputStream) - Method in class org.uberfire.java.nio.fs.jgit.daemon.ssh.BaseGitCommand
-
- setNewTree(AbstractTreeIterator) - Method in class org.uberfire.java.nio.fs.jgit.util.CustomDiffCommand
-
- setOldTree(AbstractTreeIterator) - Method in class org.uberfire.java.nio.fs.jgit.util.CustomDiffCommand
-
- setOutputStream(OutputStream) - Method in class org.uberfire.java.nio.fs.jgit.daemon.ssh.BaseGitCommand
-
- setOutputStream(OutputStream) - Method in class org.uberfire.java.nio.fs.jgit.util.CustomDiffCommand
-
- setOverridable(boolean) - Method in class org.uberfire.java.nio.fs.jgit.daemon.git.DaemonService
-
- setPathFilter(TreeFilter) - Method in class org.uberfire.java.nio.fs.jgit.util.CustomDiffCommand
-
- setProgressMonitor(ProgressMonitor) - Method in class org.uberfire.java.nio.fs.jgit.util.CustomDiffCommand
-
The progress monitor associated with the diff operation.
- setRepositoryResolver(RepositoryResolver<DaemonClient>) - Method in class org.uberfire.java.nio.fs.jgit.daemon.git.Daemon
-
Sets the resolver that locates repositories by name.
- setSession(ServerSession) - Method in class org.uberfire.java.nio.fs.jgit.daemon.ssh.BaseGitCommand
-
- setShowNameAndStatusOnly(boolean) - Method in class org.uberfire.java.nio.fs.jgit.util.CustomDiffCommand
-
- setSourcePrefix(String) - Method in class org.uberfire.java.nio.fs.jgit.util.CustomDiffCommand
-
Set the given source prefix instead of "a/".
- setState(String) - Method in class org.uberfire.java.nio.fs.jgit.JGitFileSystem
-
- setTimeout(int) - Method in class org.uberfire.java.nio.fs.jgit.daemon.git.Daemon
-
Set the timeout before willing to abort an IO call.
- setup(File, InetSocketAddress, String, String, ReceivePackFactory, JGitFileSystemProvider.RepositoryResolverImpl<BaseGitCommand>, ExecutorService) - Method in class org.uberfire.java.nio.fs.jgit.daemon.ssh.GitSSHService
-
- setUploadPackFactory(UploadPackFactory<DaemonClient>) - Method in class org.uberfire.java.nio.fs.jgit.daemon.git.Daemon
-
Sets the factory that constructs and configures the per-request UploadPack.
- setupRoot(JGitFileSystem, String, String, boolean) - Method in class org.uberfire.java.nio.fs.jgit.JGitPathImpl
-
- setUserPassAuthenticator(FileSystemAuthenticator) - Method in class org.uberfire.java.nio.fs.jgit.daemon.ssh.GitSSHService
-
- shutdown() - Method in class org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider
-
Closes and disposes all open filesystems and stops the Git and SSH daemons if they are running.
- Squash - Class in org.uberfire.java.nio.fs.jgit.util.commands
-
Implements the Git Squash command.
- Squash(Git, String, String, String) - Constructor for class org.uberfire.java.nio.fs.jgit.util.commands.Squash
-
- SSH_ALGORITHM - Static variable in class org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider
-
- SSH_CERT_PASSPHRASE - Static variable in class org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider
-
- SSH_DEFAULT_ENABLED - Static variable in class org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider
-
- SSH_DEFAULT_PORT - Static variable in class org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider
-
- SSH_FILE_CERT_CONTAINER_DIR - Static variable in class org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider
-
- SSH_IDLE_TIMEOUT - Static variable in class org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider
-
- start() - Method in class org.uberfire.java.nio.fs.jgit.daemon.git.Daemon
-
Starts this daemon listening for connections on a thread supplied by the executor service given to the
constructor.
- start(Environment) - Method in class org.uberfire.java.nio.fs.jgit.daemon.ssh.BaseGitCommand
-
- start() - Method in class org.uberfire.java.nio.fs.jgit.daemon.ssh.GitSSHService
-
- startsWith(Path) - Method in class org.uberfire.java.nio.fs.jgit.JGitFSPath
-
- startsWith(String) - Method in class org.uberfire.java.nio.fs.jgit.JGitFSPath
-
- stop() - Method in class org.uberfire.java.nio.fs.jgit.daemon.git.Daemon
-
Stops this daemon.
- stop() - Method in class org.uberfire.java.nio.fs.jgit.daemon.ssh.GitSSHService
-
- SUBJECT_KEY - Static variable in class org.uberfire.java.nio.fs.jgit.daemon.ssh.BaseGitCommand
-
- subpath(int, int) - Method in class org.uberfire.java.nio.fs.jgit.JGitFSPath
-
- supportedFileAttributeViews() - Method in class org.uberfire.java.nio.fs.jgit.JGitFileSystem
-
- supportsFileAttributeView(Class<? extends FileAttributeView>) - Method in class org.uberfire.java.nio.fs.jgit.JGitFileStore
-
- supportsFileAttributeView(String) - Method in class org.uberfire.java.nio.fs.jgit.JGitFileStore
-
- syncRepository(Git, CredentialsProvider, String, boolean) - Static method in class org.uberfire.java.nio.fs.jgit.util.JGitUtil
-