Uses of Class
org.uberfire.java.nio.fs.jgit.JGitPathImpl
-
Packages that use JGitPathImpl Package Description org.uberfire.java.nio.fs.jgit org.uberfire.java.nio.fs.jgit.util -
-
Uses of JGitPathImpl in org.uberfire.java.nio.fs.jgit
Methods in org.uberfire.java.nio.fs.jgit that return JGitPathImpl Modifier and Type Method Description static JGitPathImplJGitPathImpl. create(JGitFileSystem fs, String path, String host, boolean isRealPath)static JGitPathImplJGitPathImpl. create(JGitFileSystem fs, String path, String host, org.eclipse.jgit.lib.ObjectId id, boolean isRealPath)static JGitPathImplJGitPathImpl. createFSDirect(JGitFileSystem fs)static JGitPathImplJGitPathImpl. createRoot(JGitFileSystem fs, String path, String host, boolean isRealPath)Methods in org.uberfire.java.nio.fs.jgit with parameters of type JGitPathImpl Modifier and Type Method Description voidJGitFileSystemProvider. deleteAsset(JGitPathImpl path, org.uberfire.java.nio.file.DeleteOption... options)booleanJGitFileSystemProvider. deleteAssetIfExists(JGitPathImpl path, org.uberfire.java.nio.file.DeleteOption... options)voidJGitFileSystemProvider. deleteBranch(JGitPathImpl path)booleanJGitFileSystemProvider. deleteBranchIfExists(JGitPathImpl path)Constructors in org.uberfire.java.nio.fs.jgit with parameters of type JGitPathImpl Constructor Description JGitBasicAttributeView(JGitPathImpl path)JGitHiddenAttributeView(JGitPathImpl path)JGitVersionAttributeView(JGitPathImpl path) -
Uses of JGitPathImpl in org.uberfire.java.nio.fs.jgit.util
Methods in org.uberfire.java.nio.fs.jgit.util with parameters of type JGitPathImpl Modifier and Type Method Description voidGit. cherryPick(JGitPathImpl target, String... commits)voidGitImpl. cherryPick(JGitPathImpl target, String... commits)
-