Package | Description |
---|---|
org.uberfire.java.nio.fs.jgit | |
org.uberfire.java.nio.fs.jgit.util |
Modifier and Type | Method and Description |
---|---|
static JGitPathImpl |
JGitPathImpl.create(JGitFileSystem fs,
String path,
String host,
boolean isRealPath) |
static JGitPathImpl |
JGitPathImpl.create(JGitFileSystem fs,
String path,
String host,
org.eclipse.jgit.lib.ObjectId id,
boolean isRealPath) |
static JGitPathImpl |
JGitPathImpl.createFSDirect(JGitFileSystem fs) |
static JGitPathImpl |
JGitPathImpl.createRoot(JGitFileSystem fs,
String path,
String host,
boolean isRealPath) |
Modifier and Type | Method and Description |
---|---|
void |
JGitFileSystemProvider.deleteAsset(JGitPathImpl path,
DeleteOption... options) |
boolean |
JGitFileSystemProvider.deleteAssetIfExists(JGitPathImpl path,
DeleteOption... options) |
void |
JGitFileSystemProvider.deleteBranch(JGitPathImpl path) |
boolean |
JGitFileSystemProvider.deleteBranchIfExists(JGitPathImpl path) |
Constructor and Description |
---|
JGitBasicAttributeView(JGitPathImpl path) |
JGitHiddenAttributeView(JGitPathImpl path) |
JGitVersionAttributeView(JGitPathImpl path) |
Modifier and Type | Method and Description |
---|---|
void |
Git.cherryPick(JGitPathImpl target,
String... commits) |
void |
GitImpl.cherryPick(JGitPathImpl target,
String... commits) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.