Skip navigation links
ModeShape Connector to Git Repositories 5.4.1.fcr
A B C D E F G H I J L M N O P R S T U V 

A

addBranchesAsChildren(Git, CallSpecification, DocumentWriter) - Method in class org.modeshape.connector.git.GitFunction
Add the names of the branches as children of the current node.
addCommitsAsChildren(Git, CallSpecification, DocumentWriter, int) - Method in class org.modeshape.connector.git.GitFunction
Add the first page of commits in the history names of the tags as children of the current node.
addCommitsAsPageOfChildren(Git, Repository, CallSpecification, PageWriter, PageKey) - Method in class org.modeshape.connector.git.GitFunction
Add an additional page of commits in the history names of the tags as children of the current node.
addInformationForPath(Repository, DocumentWriter, RevCommit, String, CallSpecification, Values) - Method in class org.modeshape.connector.git.GitTree
 
addTagsAsChildren(Git, CallSpecification, DocumentWriter) - Method in class org.modeshape.connector.git.GitFunction
Add the names of the tags as children of the current node.
AUTHOR - Static variable in class org.modeshape.connector.git.GitLexicon
 
authorName(RevCommit) - Method in class org.modeshape.connector.git.GitFunction
 

B

binaryFor(BinaryKey, long) - Method in class org.modeshape.connector.git.Values
 
binaryFrom(InputStream) - Method in class org.modeshape.connector.git.Values
 
BRANCH - Static variable in class org.modeshape.connector.git.GitLexicon
 
BRANCHES - Static variable in class org.modeshape.connector.git.GitLexicon
 
branchRefForName(String) - Method in class org.modeshape.connector.git.GitFunction
Obtain the name of the branch reference
branchRefForName(String, String) - Method in class org.modeshape.connector.git.GitFunction
Obtain the name of the branch reference

C

CallSpecification - Class in org.modeshape.connector.git
 
CallSpecification(String) - Constructor for class org.modeshape.connector.git.CallSpecification
 
cannotReadCommit - Static variable in class org.modeshape.connector.git.GitI18n
 
childId(String) - Method in class org.modeshape.connector.git.CallSpecification
 
COMMIT - Static variable in class org.modeshape.connector.git.GitLexicon
 
commiterName(RevCommit) - Method in class org.modeshape.connector.git.GitFunction
 
COMMITS - Static variable in class org.modeshape.connector.git.GitLexicon
 
COMMITTED - Static variable in class org.modeshape.connector.git.GitLexicon
 
COMMITTER - Static variable in class org.modeshape.connector.git.GitLexicon
 
commitWithMultipleParents - Static variable in class org.modeshape.connector.git.GitI18n
 
commitWithSingleParent - Static variable in class org.modeshape.connector.git.GitI18n
 
computeDifferences(RevCommit, RevWalk, Repository) - Method in class org.modeshape.connector.git.GitCommitDetails
 
computePatch(Iterable<DiffEntry>, Repository) - Method in class org.modeshape.connector.git.GitCommitDetails
 
connector - Variable in class org.modeshape.connector.git.GitFunction
 

D

dateFrom(int) - Method in class org.modeshape.connector.git.Values
 
DEFAULT_PAGE_SIZE - Static variable in class org.modeshape.connector.git.GitFunction
 
DEFAULT_PAGE_SIZE - Static variable in class org.modeshape.connector.git.GitHistory
 
DELIMITER - Static variable in class org.modeshape.connector.git.CallSpecification
 
DELIMITER - Static variable in class org.modeshape.connector.git.GitFunction
 
DELIMITER_STR - Static variable in class org.modeshape.connector.git.CallSpecification
 
DETAIL - Static variable in class org.modeshape.connector.git.GitLexicon
 
DETAILED_COMMIT - Static variable in class org.modeshape.connector.git.GitLexicon
 
DETAILS - Static variable in class org.modeshape.connector.git.GitLexicon
 
DIFF - Static variable in class org.modeshape.connector.git.GitLexicon
 
DIFF_CHARSET_NAME - Static variable in class org.modeshape.connector.git.GitCommitDetails
The name of the character set that is used when building the patch difference for a commit.
directoryCannotBeRead - Static variable in class org.modeshape.connector.git.GitI18n
 
directoryDoesNotExist - Static variable in class org.modeshape.connector.git.GitI18n
 

E

execute(Repository, Git, CallSpecification, DocumentWriter, Values) - Method in class org.modeshape.connector.git.GitBranches
 
execute(Repository, Git, CallSpecification, DocumentWriter, Values) - Method in class org.modeshape.connector.git.GitCommitDetails
 
execute(Repository, Git, CallSpecification, PageWriter, Values, PageKey) - Method in class org.modeshape.connector.git.GitCommitDetails
 
execute(Repository, Git, CallSpecification, DocumentWriter, Values) - Method in class org.modeshape.connector.git.GitFunction
 
execute(Repository, Git, CallSpecification, DocumentWriter, Values) - Method in class org.modeshape.connector.git.GitHistory
 
execute(Repository, Git, CallSpecification, PageWriter, Values, PageKey) - Method in class org.modeshape.connector.git.GitHistory
 
execute(Repository, Git, CallSpecification, DocumentWriter, Values) - Method in class org.modeshape.connector.git.GitRoot
 
execute(Repository, Git, CallSpecification, DocumentWriter, Values) - Method in class org.modeshape.connector.git.GitTags
 
execute(Repository, Git, CallSpecification, DocumentWriter, Values) - Method in class org.modeshape.connector.git.GitTree
 
execute(Repository, Git, CallSpecification, PageWriter, Values, PageKey) - Method in class org.modeshape.connector.git.GitTree
 
execute(Repository, Git, CallSpecification, PageWriter, Values, PageKey) - Method in interface org.modeshape.connector.git.PageableGitFunction
 

F

FILE - Static variable in class org.modeshape.connector.git.GitLexicon
 
FOLDER - Static variable in class org.modeshape.connector.git.GitLexicon
 

G

getBinaryValue(String) - Method in class org.modeshape.connector.git.GitConnector
 
getChildReference(String, String) - Method in class org.modeshape.connector.git.GitConnector
 
getChildren(PageKey) - Method in class org.modeshape.connector.git.GitConnector
 
getDocumentById(String) - Method in class org.modeshape.connector.git.GitConnector
 
getDocumentId(String) - Method in class org.modeshape.connector.git.GitConnector
 
getDocumentPathsById(String) - Method in class org.modeshape.connector.git.GitConnector
 
getFunctionName() - Method in class org.modeshape.connector.git.CallSpecification
 
getId() - Method in class org.modeshape.connector.git.CallSpecification
The identifier of this call.
getName() - Method in class org.modeshape.connector.git.GitFunction
Get the name of this function.
getParentId() - Method in class org.modeshape.connector.git.CallSpecification
 
GitBinaryValue - Class in org.modeshape.connector.git
A BinaryValue implementation used to read the content of a specific object ID from the supplied repository.
GitBinaryValue(ObjectId, ObjectLoader, String, String, MimeTypeDetector) - Constructor for class org.modeshape.connector.git.GitBinaryValue
 
GitBranches - Class in org.modeshape.connector.git
A GitFunction that returns the list of branches in this repository.
GitBranches(GitConnector) - Constructor for class org.modeshape.connector.git.GitBranches
 
GitCommitDetails - Class in org.modeshape.connector.git
A GitFunction that returns the information about a particular commit.
GitCommitDetails(GitConnector) - Constructor for class org.modeshape.connector.git.GitCommitDetails
 
GitConnector - Class in org.modeshape.connector.git
A read-only Connector that accesses the content in a local Git repository that is a clone of a remote repository.
GitConnector() - Constructor for class org.modeshape.connector.git.GitConnector
 
GitFunction - Class in org.modeshape.connector.git
 
GitFunction(String, GitConnector) - Constructor for class org.modeshape.connector.git.GitFunction
 
GitHistory - Class in org.modeshape.connector.git
A GitFunction that returns the history information about the (latest) commits in a particular branch or tag.
GitHistory(GitConnector) - Constructor for class org.modeshape.connector.git.GitHistory
 
GitI18n - Class in org.modeshape.connector.git
The internationalized string constants for the org.modeshape.connector.git* packages.
GitLexicon - Class in org.modeshape.connector.git
Lexicon of names from the "http://www.modeshape.org/git/1.0" namespace used in the Git connector.
GitLexicon() - Constructor for class org.modeshape.connector.git.GitLexicon
 
GitLexicon.Namespace - Class in org.modeshape.connector.git
 
GitRoot - Class in org.modeshape.connector.git
 
GitRoot(GitConnector) - Constructor for class org.modeshape.connector.git.GitRoot
 
GitTags - Class in org.modeshape.connector.git
A GitFunction that returns the list of tags in this repository.
GitTags(GitConnector) - Constructor for class org.modeshape.connector.git.GitTags
 
GitTree - Class in org.modeshape.connector.git
A function that returns the file and directory structure within a particular commit.
GitTree(GitConnector) - Constructor for class org.modeshape.connector.git.GitTree
 

H

hasDocument(String) - Method in class org.modeshape.connector.git.GitConnector
 
HISTORY - Static variable in class org.modeshape.connector.git.GitLexicon
Property names

I

ID - Static variable in class org.modeshape.connector.git.GitBranches
 
ID - Static variable in class org.modeshape.connector.git.GitCommitDetails
 
ID - Static variable in class org.modeshape.connector.git.GitHistory
 
ID - Static variable in class org.modeshape.connector.git.GitRoot
 
ID - Static variable in class org.modeshape.connector.git.GitTags
 
ID - Static variable in class org.modeshape.connector.git.GitTree
 
includeMimeType() - Method in class org.modeshape.connector.git.GitConnector
 
initialize(NamespaceRegistry, NodeTypeManager) - Method in class org.modeshape.connector.git.GitConnector
 
internalStream() - Method in class org.modeshape.connector.git.GitBinaryValue
 
isPaged() - Method in class org.modeshape.connector.git.GitCommitDetails
 
isPaged() - Method in class org.modeshape.connector.git.GitFunction
 
isPaged() - Method in class org.modeshape.connector.git.GitHistory
 
isPaged() - Method in class org.modeshape.connector.git.GitTree
 
isQueryable(CallSpecification) - Method in class org.modeshape.connector.git.GitFunction
 

J

JCR_CONTENT - Static variable in class org.modeshape.connector.git.GitTree
 
JCR_CONTENT_SUFFIX - Static variable in class org.modeshape.connector.git.GitTree
 

L

lastParameter() - Method in class org.modeshape.connector.git.CallSpecification
 
LOCAL_BRANCH_PREFIX - Static variable in class org.modeshape.connector.git.GitFunction
 

M

MESSAGE - Static variable in class org.modeshape.connector.git.GitLexicon
 

N

NAME - Static variable in class org.modeshape.connector.git.GitBranches
 
NAME - Static variable in class org.modeshape.connector.git.GitCommitDetails
 
name - Variable in class org.modeshape.connector.git.GitFunction
 
NAME - Static variable in class org.modeshape.connector.git.GitHistory
 
NAME - Static variable in class org.modeshape.connector.git.GitRoot
 
NAME - Static variable in class org.modeshape.connector.git.GitTags
 
NAME - Static variable in class org.modeshape.connector.git.GitTree
 
Namespace() - Constructor for class org.modeshape.connector.git.GitLexicon.Namespace
 
newDocumentWriter(String) - Method in class org.modeshape.connector.git.GitConnector
 

O

OBJECT - Static variable in class org.modeshape.connector.git.GitLexicon
 
OBJECT_ID - Static variable in class org.modeshape.connector.git.GitLexicon
 
org.modeshape.connector.git - package org.modeshape.connector.git
 

P

PageableGitFunction - Interface in org.modeshape.connector.git
 
pageSize - Variable in class org.modeshape.connector.git.GitFunction
 
parameter(int) - Method in class org.modeshape.connector.git.CallSpecification
Get the specified parameter.
parameterCount() - Method in class org.modeshape.connector.git.CallSpecification
 
parametersAsPath(int) - Method in class org.modeshape.connector.git.CallSpecification
 
parametersAsPath(int, int) - Method in class org.modeshape.connector.git.CallSpecification
 
PARENTS - Static variable in class org.modeshape.connector.git.GitLexicon
 
PREFIX - Static variable in class org.modeshape.connector.git.GitLexicon.Namespace
 

R

referencesToCommits(ObjectId[], Values) - Static method in class org.modeshape.connector.git.GitCommitDetails
 
referenceTo(String) - Method in class org.modeshape.connector.git.Values
 
referenceToCommit(ObjectId, Values) - Static method in class org.modeshape.connector.git.GitCommitDetails
 
referenceToHistory(ObjectId, String, Values) - Static method in class org.modeshape.connector.git.GitHistory
 
referenceToTree(ObjectId, String, Values) - Static method in class org.modeshape.connector.git.GitTree
 
REMOTE_BRANCH_PREFIX - Static variable in class org.modeshape.connector.git.GitFunction
 
remoteDoesNotExist - Static variable in class org.modeshape.connector.git.GitI18n
 
remoteName() - Method in class org.modeshape.connector.git.GitConnector
 
remoteNames() - Method in class org.modeshape.connector.git.GitConnector
 
resolveBranchOrTagOrCommitId(Repository, String) - Method in class org.modeshape.connector.git.GitFunction
Resolve the branch name, tag name, or commit ID into the appropriate ObjectId.
RESOURCE - Static variable in class org.modeshape.connector.git.GitLexicon
 
REVERSE_REF_COMPARATOR - Static variable in class org.modeshape.connector.git.GitFunction
 
ROOT - Static variable in class org.modeshape.connector.git.GitLexicon
 

S

shutdown() - Method in class org.modeshape.connector.git.GitConnector
 

T

TAG - Static variable in class org.modeshape.connector.git.GitLexicon
 
TAG_PREFIX - Static variable in class org.modeshape.connector.git.GitFunction
 
TAGS - Static variable in class org.modeshape.connector.git.GitLexicon
 
TITLE - Static variable in class org.modeshape.connector.git.GitLexicon
 
toString() - Method in class org.modeshape.connector.git.CallSpecification
 
toString() - Method in class org.modeshape.connector.git.GitFunction
 
TREE - Static variable in class org.modeshape.connector.git.GitLexicon
 
TREES - Static variable in class org.modeshape.connector.git.GitLexicon
 

U

URI - Static variable in class org.modeshape.connector.git.GitLexicon.Namespace
 

V

Values - Class in org.modeshape.connector.git
 
Values(ValueFactories, BinaryStore) - Constructor for class org.modeshape.connector.git.Values
 
A B C D E F G H I J L M N O P R S T U V 
Skip navigation links
ModeShape Connector to Git Repositories 5.4.1.fcr

Copyright © 2008–2018 JBoss, a division of Red Hat. All rights reserved.