Skip navigation links
org.netbeans.libs.git/1 1.59
A B C D E F G H I L M N O P R S T U V W 

C

cancel() - Method in class org.netbeans.libs.git.progress.ProgressMonitor.DefaultProgressMonitor
Cancels a currently running command.
canCheckout() - Method in enum org.netbeans.libs.git.GitRepositoryState
 
canCommit() - Method in enum org.netbeans.libs.git.GitRepositoryState
 
canResetHead() - Method in enum org.netbeans.libs.git.GitRepositoryState
 
catFile(File, String, OutputStream, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Prints file's content in the given revision to output stream
catIndexEntry(File, int, OutputStream, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Prints content of an index entry accordant to the given file to the given output stream
checkout(File[], String, boolean, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Checks out the index into the working copy root.
CheckoutConflictException(String[], Throwable) - Constructor for exception org.netbeans.libs.git.GitException.CheckoutConflictException
 
CheckoutConflictException(String[]) - Constructor for exception org.netbeans.libs.git.GitException.CheckoutConflictException
 
checkoutRevision(String, boolean, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Checks out a given revision, modifies the Index as well as the Working tree.
cherryPick(GitClient.CherryPickOperation, String[], ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Cherry-picks (transplants) selected revisions (commits) onto the current HEAD.
clean(File[], ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Cleans the working tree by recursively removing files that are not under version control starting from the given roots.
commit(File[], String, GitUser, GitUser, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Commits all changes made in the index to all files under the given roots
commit(File[], String, GitUser, GitUser, boolean, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Commits all changes made in the index to all files under the given roots
copyAfter(File, File, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
The index entries representing files under the source are copied and the newly created entries represent the corresponding files under the target.
createBranch(String, String, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Creates a new branch with a given name, starting at the given revision
createClient() - Method in class org.netbeans.libs.git.GitRepository
Creates and returns always a new instance of git client bound to the local git repository.
createTag(String, String, String, boolean, boolean, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Creates a tag for any object represented by a given taggedObjectId.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
org.netbeans.libs.git/1 1.59