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 

G

getAuthor() - Method in class org.netbeans.libs.git.GitLineDetails
 
getAuthor() - Method in class org.netbeans.libs.git.GitRevisionInfo
 
getBase() - Method in class org.netbeans.libs.git.GitMergeResult
 
getBlamedFile() - Method in class org.netbeans.libs.git.GitBlameResult
 
getBranches(boolean, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Returns all known branches from the repository
getBranches() - Method in class org.netbeans.libs.git.GitRevisionInfo
 
getCherryPickedCommits() - Method in class org.netbeans.libs.git.GitCherryPickResult
Returns commits cherry-picked to the current branch by the last run of the cherry-pick command.
getCherryPickStatus() - Method in class org.netbeans.libs.git.GitCherryPickResult
 
getCommitter() - Method in class org.netbeans.libs.git.GitLineDetails
 
getCommitter() - Method in class org.netbeans.libs.git.GitRevisionInfo
 
getCommitTime() - Method in class org.netbeans.libs.git.GitRevisionInfo
 
getCommonAncestor(String[], ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Returns a common ancestor for given revisions or null if none found.
getConflictDescriptor() - Method in class org.netbeans.libs.git.GitStatus
 
getConflicts() - Method in class org.netbeans.libs.git.GitCherryPickResult
If the cherry-pick started but was unable to finish because of unresolved conflicts then the method returns a collection of such files in conflict.
getConflicts(File[], ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
getConflicts() - Method in exception org.netbeans.libs.git.GitException.CheckoutConflictException
 
getConflicts() - Method in class org.netbeans.libs.git.GitMergeResult
If the merge started but was unable to finish because of unresolved conflicts then the method returns a collection of such files in conflict.
getConflicts() - Method in class org.netbeans.libs.git.GitRebaseResult
If the rebase started but was unable to finish because of unresolved conflicts then the method returns a collection of such files in conflict.
getConflicts() - Method in class org.netbeans.libs.git.GitRevertResult
If the revert started but was unable to finish because of unresolved conflicts then the method returns a collection of such files in conflict.
getContent() - Method in class org.netbeans.libs.git.GitLineDetails
 
getCurrentCommit() - Method in class org.netbeans.libs.git.GitRebaseResult
 
getCurrentHead() - Method in class org.netbeans.libs.git.GitCherryPickResult
 
getCurrentHead() - Method in class org.netbeans.libs.git.GitRebaseResult
 
getDefaultFastForwardOption() - Method in class org.netbeans.libs.git.GitRepository
Parses the repository configuration file and returns the default fast-forward merge option set for the repository and its current branch.
getDescription() - Method in enum org.netbeans.libs.git.GitConflictDescriptor.Type
 
getEmailAddress() - Method in class org.netbeans.libs.git.GitUser
Returns user's email address
getFailures() - Method in class org.netbeans.libs.git.GitCherryPickResult
When the command fails because of local modifications then this method returns a collections of files causing the failure.
getFailures() - Method in class org.netbeans.libs.git.GitMergeResult
When the merge fails because of local modifications then this method returns a collections of files causing the failure.
getFailures() - Method in class org.netbeans.libs.git.GitRebaseResult
When the rebase fails because of local modifications (i.e.
getFailures() - Method in class org.netbeans.libs.git.GitRevertResult
When the commit revert fails because of local modifications then this method returns a collections of files causing the failure.
getFetchRefSpecs() - Method in class org.netbeans.libs.git.GitRemoteConfig
 
getFetchResult() - Method in class org.netbeans.libs.git.GitPullResult
 
getFile() - Method in class org.netbeans.libs.git.GitRevisionInfo.GitFileInfo
 
getFile() - Method in class org.netbeans.libs.git.GitStatus
 
getFiles() - Method in class org.netbeans.libs.git.SearchCriteria
Returns an array of files that an examined commit should touch.
getFrom() - Method in class org.netbeans.libs.git.SearchCriteria
No commit that was created before than the date returned by this method does not satisfy the criteria.
getFullMessage() - Method in class org.netbeans.libs.git.GitRevisionInfo
 
getHeadId() - Method in class org.netbeans.libs.git.GitSubmoduleStatus
Returns the commit id of the currently checked-out commit.
getHost() - Method in class org.netbeans.libs.git.GitURI
Returns the URI's host.
getId() - Method in class org.netbeans.libs.git.GitBranch
 
getIdentityFile(String, String) - Method in class org.netbeans.libs.git.GitClientCallback
If the authentication should be done via a private/public key pair instead of usual username/password, implement this method and return the absolute path to the file with the private key.
getIndexEntryModificationDate() - Method in class org.netbeans.libs.git.GitStatus
Returns the time in milliseconds of the last modification timestamp of the index entry.
getInstance(File) - Static method in class org.netbeans.libs.git.GitRepository
Returns the instance of GitRepository representing an existing or not yet existing repository specified by the given local folder.
getLimit() - Method in class org.netbeans.libs.git.SearchCriteria
A maximum number of commits to list in a command result.
getLineCount() - Method in class org.netbeans.libs.git.GitBlameResult
 
getLineDetails(int) - Method in class org.netbeans.libs.git.GitBlameResult
Returns a line annotation for a line specified by the given line number
getLocalName() - Method in class org.netbeans.libs.git.GitTransportUpdate
Returns the name of the reference in a local repository without the prefix.
getLocalRepositoryUpdates() - Method in class org.netbeans.libs.git.GitPushResult
 
getMergedCommits() - Method in class org.netbeans.libs.git.GitMergeResult
 
getMergeResult() - Method in class org.netbeans.libs.git.GitPullResult
 
getMergeStatus() - Method in class org.netbeans.libs.git.GitMergeResult
 
getMessage() - Method in class org.netbeans.libs.git.GitTag
 
getMessage() - Method in class org.netbeans.libs.git.SearchCriteria
Returns the string that must be part of a commit's message string for the commit to pass the criteria.
getModifiedFiles() - Method in class org.netbeans.libs.git.GitRevisionInfo
Returns the information about the files affected (modified, deleted or added) by this commit.
getName() - Method in class org.netbeans.libs.git.GitBranch
 
getName() - Method in class org.netbeans.libs.git.GitUser
Returns user's name
getNewHead() - Method in class org.netbeans.libs.git.GitMergeResult
 
getNewHead() - Method in class org.netbeans.libs.git.GitRevertResult
 
getNewObjectId() - Method in class org.netbeans.libs.git.GitTransportUpdate
 
getObjectName() - Method in exception org.netbeans.libs.git.GitException.MissingObjectException
 
getObjectType() - Method in exception org.netbeans.libs.git.GitException.MissingObjectException
 
getOldObjectId() - Method in class org.netbeans.libs.git.GitTransportUpdate
 
getOldPath() - Method in class org.netbeans.libs.git.GitStatus
 
getOriginalFile() - Method in class org.netbeans.libs.git.GitRevisionInfo.GitFileInfo
 
getOriginalPath() - Method in class org.netbeans.libs.git.GitRevisionInfo.GitFileInfo
 
getParents() - Method in class org.netbeans.libs.git.GitRevisionInfo
 
getPass() - Method in class org.netbeans.libs.git.GitURI
Returns the password part of the URI's credentials part.
getPassphrase(String, String) - Method in class org.netbeans.libs.git.GitClientCallback
Implement this to pass the passphrase to unlock the private key.
getPassword(String, String) - Method in class org.netbeans.libs.git.GitClientCallback
Implement this to pass the user's password to the authentication process.
getPath() - Method in class org.netbeans.libs.git.GitURI
Returns the path on the host to the resource denoted by the URI.
getPort() - Method in class org.netbeans.libs.git.GitURI
Returns the port number specified by the URI.
getPreviousRevision(File, String, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Returns an ancestor revision that affected a given file
getPushRefSpecs() - Method in class org.netbeans.libs.git.GitRemoteConfig
 
getPushUris() - Method in class org.netbeans.libs.git.GitRemoteConfig
 
getRebaseStatus() - Method in class org.netbeans.libs.git.GitRebaseResult
 
getReferencedCommitId() - Method in class org.netbeans.libs.git.GitSubmoduleStatus
Returns the commit id of the submodule entry, in other words the referenced commit.
getRelativePath() - Method in class org.netbeans.libs.git.GitRevisionInfo.GitFileInfo
 
getRelativePath() - Method in class org.netbeans.libs.git.GitStatus
 
getRemote(String, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Returns remote configuration set up for this repository identified by a given remoteName
getRemoteName() - Method in class org.netbeans.libs.git.GitRemoteConfig
 
getRemoteName() - Method in class org.netbeans.libs.git.GitTransportUpdate
Returns the name of the reference in a remote repository without the prefix.
getRemoteRepositoryUpdates() - Method in class org.netbeans.libs.git.GitPushResult
 
getRemotes(ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Returns all remote configurations set up for this repository
getRemoteUri() - Method in class org.netbeans.libs.git.GitTransportUpdate
 
getRepositoryState(ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Returns the current state of the repository this client is associated with.
getRepositoryUrl() - Method in exception org.netbeans.libs.git.GitException.AuthorizationException
 
getResult() - Method in exception org.netbeans.libs.git.GitException.RefUpdateException
 
getResult() - Method in class org.netbeans.libs.git.GitTransportUpdate
Returns information about the result of the local/remote reference update.
getRevision() - Method in class org.netbeans.libs.git.GitRevisionInfo
 
getRevisionFrom() - Method in class org.netbeans.libs.git.SearchCriteria
A commit is in compliance with this criteria if: its id is equal to the return value it is a descendant of the commit identified by the return value That means no ancestors commit of the one identified by the value satisfy the criteria.
getRevisionInfo() - Method in class org.netbeans.libs.git.GitLineDetails
 
getRevisionTo() - Method in class org.netbeans.libs.git.SearchCriteria
A commit is in compliance with this criteria if: its id is equal to the return value it is an ancestor of the commit identified by the return value That means no descendant commits of the one identified by the value satisfy the criteria.
getScheme() - Method in class org.netbeans.libs.git.GitURI
Returns the URI's scheme as a string.
getShortMessage() - Method in class org.netbeans.libs.git.GitRevisionInfo
 
getSourceFile() - Method in class org.netbeans.libs.git.GitLineDetails
 
getSourceLine() - Method in class org.netbeans.libs.git.GitLineDetails
 
getStatus(File[], ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Compares the working tree with the current HEAD and returns an array of statuses for files under given roots
getStatus(File[], String, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Compares working tree with a given revision and returns an array of statuses for files under given roots
getStatus(File[], String, String, ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Compares two different commit trees and returns an array of file modifications between revisionFirst and revisionSecond
getStatus() - Method in class org.netbeans.libs.git.GitRevertResult
 
getStatus() - Method in class org.netbeans.libs.git.GitRevisionInfo.GitFileInfo
 
getStatus() - Method in class org.netbeans.libs.git.GitSubmoduleStatus
Returns status of the submodule
getStatusHeadIndex() - Method in class org.netbeans.libs.git.GitStatus
 
getStatusHeadWC() - Method in class org.netbeans.libs.git.GitStatus
 
getStatusIndexWC() - Method in class org.netbeans.libs.git.GitStatus
 
getSubmoduleFolder() - Method in class org.netbeans.libs.git.GitSubmoduleStatus
Returns the submodule's root folder.
getSubmoduleStatus(File[], ProgressMonitor) - Method in class org.netbeans.libs.git.GitClient
Scans for any submodules under given roots or in the whole repository and returns their status.
getTaggedObjectId() - Method in class org.netbeans.libs.git.GitTag
 
getTaggedObjectType() - Method in class org.netbeans.libs.git.GitTag
 
getTagger() - Method in class org.netbeans.libs.git.GitTag
 
getTagId() - Method in class org.netbeans.libs.git.GitTag
 
getTagName() - Method in class org.netbeans.libs.git.GitTag
 
getTags(ProgressMonitor, boolean) - Method in class org.netbeans.libs.git.GitClient
Returns all tags in the repository
getTo() - Method in class org.netbeans.libs.git.SearchCriteria
No commit that was created later than the date returned by this method does not satisfy the criteria.
getTrackedBranch() - Method in class org.netbeans.libs.git.GitBranch
 
getType() - Method in class org.netbeans.libs.git.GitConflictDescriptor
 
getType() - Method in class org.netbeans.libs.git.GitTransportUpdate
 
getUnmergedRevision() - Method in exception org.netbeans.libs.git.GitException.NotMergedException
 
getUris() - Method in class org.netbeans.libs.git.GitRemoteConfig
 
getUser() - Method in class org.netbeans.libs.git.GitClient
Returns the user from this clients repository
getUser() - Method in class org.netbeans.libs.git.GitURI
Returns the username part of the URI's credentials part.
getUsername(String, String) - Method in class org.netbeans.libs.git.GitClientCallback
You should implement this to pass a username required by the authentication process.
getUsername() - Method in class org.netbeans.libs.git.SearchCriteria
Returns the string that must be part of a commit's author or committer string for the commit to pass the criteria.
GitBlameResult - Class in org.netbeans.libs.git
Result of a blame command, wraps line annotations for a given file.
GitBranch - Class in org.netbeans.libs.git
Represents a local or remote branch in the local Git repository.
GitCherryPickResult - Class in org.netbeans.libs.git
Returned by a git cherry-pick command, represents its result.
GitCherryPickResult.CherryPickStatus - Enum in org.netbeans.libs.git
The status rebase resulted in.
GitClient - Class in org.netbeans.libs.git
This class provides access to all supported git commands, methods that allow you to get information about a git repository or affect the behavior of invoked commands.
GitClient.CherryPickOperation - Enum in org.netbeans.libs.git
GitClient.DiffMode - Enum in org.netbeans.libs.git
Used as a parameter in commands comparing two trees in the repository.
GitClient.RebaseOperationType - Enum in org.netbeans.libs.git
Used as a parameter of GitClient.rebase(GitClient.RebaseOperationType, String, ProgressMonitor) to set the behavior of the command.
GitClient.ResetType - Enum in org.netbeans.libs.git
GitClientCallback - Class in org.netbeans.libs.git
Used as a callback to acquire user's credentials and ask caller about different questions during an inter-repository commands, e.g.
GitClientCallback() - Constructor for class org.netbeans.libs.git.GitClientCallback
 
GitConflictDescriptor - Class in org.netbeans.libs.git
When there is a merge conflict in a file from a repository, the file's status provides instance of this class and you can get more information about the conflict.
GitConflictDescriptor.Type - Enum in org.netbeans.libs.git
 
GitException - Exception in org.netbeans.libs.git
A general exception thrown when an error occurs while running git commands.
GitException(Throwable) - Constructor for exception org.netbeans.libs.git.GitException
Encapsulates a cause exception.
GitException(String) - Constructor for exception org.netbeans.libs.git.GitException
There is no cause exception but has an error message.
GitException(String, Throwable) - Constructor for exception org.netbeans.libs.git.GitException
There is a cause exception and has its own error message
GitException.AuthorizationException - Exception in org.netbeans.libs.git
Thrown when an authentication or authorization to a remote repository fails because of incorrect credentials.
GitException.CheckoutConflictException - Exception in org.netbeans.libs.git
Thrown when a file cannot be checked out into the working tree because it would result in a local conflict.
GitException.MissingObjectException - Exception in org.netbeans.libs.git
Describes an error when a non existent git object is tried to be loaded.
GitException.NotMergedException - Exception in org.netbeans.libs.git
Thrown to notify a caller of the fact that a revision he passed has not been fully merged into a current HEAD yet.
GitException.RefUpdateException - Exception in org.netbeans.libs.git
 
GitLineDetails - Class in org.netbeans.libs.git
Contains information needed to construct a file's line annotation.
GitMergeResult - Class in org.netbeans.libs.git
Returned by a git merge command, represents its result.
GitMergeResult.MergeStatus - Enum in org.netbeans.libs.git
The status the merge resulted in.
GitObjectType - Enum in org.netbeans.libs.git
All supported kinds of git objects.
GitPullResult - Class in org.netbeans.libs.git
Returned by a git pull command, represents its result.
GitPushResult - Class in org.netbeans.libs.git
Usually returned by a git push command, represents its result.
GitRebaseResult - Class in org.netbeans.libs.git
Returned by a git rebase command, represents its result.
GitRebaseResult.RebaseStatus - Enum in org.netbeans.libs.git
The status rebase resulted in.
GitRefUpdateResult - Enum in org.netbeans.libs.git
Result of a local or remote reference update.
GitRemoteConfig - Class in org.netbeans.libs.git
Represents the [remote] area of a gitconfig file.
GitRemoteConfig(String, List<String>, List<String>, List<String>, List<String>) - Constructor for class org.netbeans.libs.git.GitRemoteConfig
 
GitRepository - Class in org.netbeans.libs.git
A representation of a local Git repository, used to create git clients bound to the repository.
GitRepository.FastForwardOption - Enum in org.netbeans.libs.git
Option specifying how to deal with merges and merge commits.
GitRepositoryState - Enum in org.netbeans.libs.git
Represents th state a repository is currently in.
GitRevertResult - Class in org.netbeans.libs.git
Provides information about the result of reverting a commit.
GitRevertResult.Status - Enum in org.netbeans.libs.git
Result status of a commit revert.
GitRevisionInfo - Class in org.netbeans.libs.git
Provides information about a certain commit, usually is returned by git commit or log command.
GitRevisionInfo.GitFileInfo - Class in org.netbeans.libs.git
Provides information about what happened to a file between two different commits.
GitRevisionInfo.GitFileInfo.Status - Enum in org.netbeans.libs.git
State of the file in the second commit in relevance to the first commit.
GitStatus - Class in org.netbeans.libs.git
Provides overall information about git status of a certain resource in a git repository.
GitStatus.Status - Enum in org.netbeans.libs.git
File's status, respectively the state of a file between two trees (can be HEAD vs.
GitSubmoduleStatus - Class in org.netbeans.libs.git
Describes current status of a repository's submodule
GitSubmoduleStatus.StatusType - Enum in org.netbeans.libs.git
Submodule's status
GitTag - Class in org.netbeans.libs.git
Represents a git tag.
GitTransportUpdate - Class in org.netbeans.libs.git
Represents a result of transport and update of a git reference between a local and remote repository.
GitTransportUpdate.Type - Enum in org.netbeans.libs.git
Git object kind.
GitURI - Class in org.netbeans.libs.git
Representation of a supported Git URI, that denotes a remote repository and is used mainly in Git commands connecting to remote repositories.
GitURI(String) - Constructor for class org.netbeans.libs.git.GitURI
Constructor creating an instance of a Git URI.
GitUser - Class in org.netbeans.libs.git
Identification of a git user.
GitUser(String, String) - Constructor for class org.netbeans.libs.git.GitUser
 
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