Index

A B C E F G H I L M N O P R S T U V W 
All Classes|All Packages|Serialized Form

A

acceptGitEngineBuilder(GitEngineBuilder) - Method in interface br.com.objectos.git.GitEngineOption
 
addEntry(Entry) - Method in class br.com.objectos.git.WritableTree
 
addEntry(WritableBlob) - Method in class br.com.objectos.git.WritableTree
 
addEntry(WritableTree) - Method in class br.com.objectos.git.WritableTree
 

B

BadObjectException - Exception in br.com.objectos.git
 
Blob - Class in br.com.objectos.git
 
BLOB - Enum constant in enum class br.com.objectos.git.ObjectKind
 
br.com.objectos.git - module br.com.objectos.git
 
br.com.objectos.git - package br.com.objectos.git
 
bufferSize(int) - Static method in class br.com.objectos.git.Git
 

C

Commit - Class in br.com.objectos.git
 
COMMIT - Enum constant in enum class br.com.objectos.git.ObjectKind
 
compareTo(AbstractEntry) - Method in class br.com.objectos.git.WritableTree
 
copy(Repository, ObjectId, Repository, RefName, Copy) - Method in interface br.com.objectos.git.GitEngine
 
Copy - Class in br.com.objectos.git
 
Copy() - Constructor for class br.com.objectos.git.Copy
 
copyObject(ObjectId) - Method in class br.com.objectos.git.Copy
 
copyObjectOrFetchTree(Entry) - Method in class br.com.objectos.git.Copy
 
createBlob(String, byte[]) - Method in class br.com.objectos.git.Copy
 
createBlob(String, String) - Method in class br.com.objectos.git.Copy
 
createChild(Directory) - Method in class br.com.objectos.git.Entry
 
createGitEngine(IoExecutor, GitEngineOption...) - Static method in class br.com.objectos.git.Git
 
createTree() - Method in class br.com.objectos.git.Copy
 
createTree(String) - Method in class br.com.objectos.git.Copy
 

E

Entry - Class in br.com.objectos.git
 
EntryMode - Enum Class in br.com.objectos.git
 
equals(Object) - Method in class br.com.objectos.git.Identification
 
equals(Object) - Method in class br.com.objectos.git.ObjectId
 
EXECUTABLE_FILE - Enum constant in enum class br.com.objectos.git.EntryMode
 

F

fetchBlob(ObjectId) - Method in class br.com.objectos.git.Copy
 
fetchCommit(Repository, ObjectId) - Method in interface br.com.objectos.git.GitEngine
 
fetchTree(ObjectId) - Method in class br.com.objectos.git.Copy
 
formatToString(StringBuilder, int) - Method in class br.com.objectos.git.Blob
 
formatToString(StringBuilder, int) - Method in class br.com.objectos.git.Commit
 
formatToString(StringBuilder, int) - Method in class br.com.objectos.git.Entry
 
formatToString(StringBuilder, int) - Method in class br.com.objectos.git.Identification
 
formatToString(StringBuilder, int) - Method in class br.com.objectos.git.ObjectId
 
formatToString(StringBuilder, int) - Method in class br.com.objectos.git.RefName
 
formatToString(StringBuilder, int) - Method in class br.com.objectos.git.Repository
 
formatToString(StringBuilder, int) - Method in class br.com.objectos.git.Tree
 
formatToString(StringBuilder, int) - Method in class br.com.objectos.git.WritableBlob
 
formatToString(StringBuilder, int) - Method in class br.com.objectos.git.WritableTree
 

G

getAuthor() - Method in class br.com.objectos.git.Commit
 
getCommitter() - Method in class br.com.objectos.git.Commit
 
getEmail() - Method in class br.com.objectos.git.Identification
 
getEntries() - Method in class br.com.objectos.git.Tree
 
getFanOutIndex() - Method in class br.com.objectos.git.ObjectId
 
getGitTimeZone() - Method in class br.com.objectos.git.Identification
 
getHexString() - Method in class br.com.objectos.git.ObjectId
 
getMessage() - Method in class br.com.objectos.git.Commit
 
getMessage() - Method in exception br.com.objectos.git.ObjectNotFoundException
 
getMessage() - Method in exception br.com.objectos.git.UnreadableObjectException
 
getMode() - Method in class br.com.objectos.git.Entry
 
getMode() - Method in class br.com.objectos.git.WritableBlob
 
getMode() - Method in class br.com.objectos.git.WritableTree
 
getName() - Method in class br.com.objectos.git.Entry
 
getName() - Method in class br.com.objectos.git.Identification
 
getName() - Method in class br.com.objectos.git.WritableBlob
 
getName() - Method in class br.com.objectos.git.WritableTree
 
getObjectId() - Method in class br.com.objectos.git.Blob
 
getObjectId() - Method in class br.com.objectos.git.Commit
 
getObjectId() - Method in class br.com.objectos.git.Entry
 
getObjectId() - Method in exception br.com.objectos.git.InvalidObjectHeaderException
 
getObjectId() - Method in interface br.com.objectos.git.MaybeObjectId
 
getObjectId() - Method in class br.com.objectos.git.ObjectId
 
getObjectId() - Method in class br.com.objectos.git.Tree
 
getObjectId() - Method in exception br.com.objectos.git.UnreadableObjectException
 
getParents() - Method in class br.com.objectos.git.Commit
 
getResult() - Method in interface br.com.objectos.git.GitJob
 
getSeconds() - Method in class br.com.objectos.git.Identification
 
getTree() - Method in class br.com.objectos.git.Commit
 
Git - Class in br.com.objectos.git
 
GitEngine - Interface in br.com.objectos.git
 
GitEngineBuilder - Class in br.com.objectos.git
 
GitEngineOption - Interface in br.com.objectos.git
 
GitException - Exception in br.com.objectos.git
 
GitJob<R> - Interface in br.com.objectos.git
 
GitStubException - Exception in br.com.objectos.git
 

H

hashCode() - Method in class br.com.objectos.git.Identification
 
hashCode() - Method in class br.com.objectos.git.ObjectId
 
hasName(String) - Method in class br.com.objectos.git.WritableTree
 

I

Identification - Class in br.com.objectos.git
 
InvalidObjectHeaderException - Exception in br.com.objectos.git
 
InvalidObjectIdFormatException - Exception in br.com.objectos.git
 
isBare() - Method in class br.com.objectos.git.Repository
 
isBlob() - Method in class br.com.objectos.git.Entry
 
isBlob() - Method in enum class br.com.objectos.git.EntryMode
 
isCommit() - Method in class br.com.objectos.git.Tree
 
isObjectId() - Method in interface br.com.objectos.git.MaybeObjectId
 
isObjectId() - Method in class br.com.objectos.git.ObjectId
 
isTree() - Method in class br.com.objectos.git.Entry
 
isTree() - Method in enum class br.com.objectos.git.EntryMode
 

L

logger(Logger) - Static method in class br.com.objectos.git.Git
 

M

MASTER - Static variable in class br.com.objectos.git.Git
 
MASTER - Static variable in class br.com.objectos.git.RefName
 
materialize(Repository, ObjectId, Directory) - Method in interface br.com.objectos.git.GitEngine
 
MaybeObjectId - Interface in br.com.objectos.git
 

N

namedBranch(String) - Static method in class br.com.objectos.git.Git
 

O

ObjectId - Class in br.com.objectos.git
 
ObjectKind - Enum Class in br.com.objectos.git
 
ObjectNotFoundException - Exception in br.com.objectos.git
 
openRepository(Directory) - Method in interface br.com.objectos.git.GitEngine
 

P

parseObjectId(String) - Static method in class br.com.objectos.git.Git
 
print() - Method in class br.com.objectos.git.Entry
 
print() - Method in class br.com.objectos.git.Identification
 
print() - Method in class br.com.objectos.git.ObjectId
 
print() - Method in class br.com.objectos.git.RefName
 

R

RefName - Class in br.com.objectos.git
 
REGULAR_FILE - Enum constant in enum class br.com.objectos.git.EntryMode
 
Repository - Class in br.com.objectos.git
 
resolve(Repository, RefName) - Method in interface br.com.objectos.git.GitEngine
 
resolveLoose(Directory) - Method in class br.com.objectos.git.RefName
 

S

setAuthor(Identification) - Method in class br.com.objectos.git.Copy
 
setBufferSize(int) - Method in class br.com.objectos.git.GitEngineBuilder
 
setCommitter(Identification) - Method in class br.com.objectos.git.Copy
 
setEmail(String) - Method in class br.com.objectos.git.Identification
 
setExecutable() - Method in class br.com.objectos.git.WritableBlob
 
setLogger(Logger) - Method in class br.com.objectos.git.GitEngineBuilder
 
setMessage(String) - Method in class br.com.objectos.git.Copy
 
setName(String) - Method in class br.com.objectos.git.Identification
 
setTree(ObjectId) - Method in class br.com.objectos.git.Copy
 
setTree(WritableTree) - Method in class br.com.objectos.git.Copy
 

T

toString() - Method in class br.com.objectos.git.WritableTree
 
toString() - Method in class br.com.objectos.git.Tree
 
toString() - Method in class br.com.objectos.git.Identification
 
toString() - Method in class br.com.objectos.git.ObjectId
 
toString() - Method in class br.com.objectos.git.RefName
 
toString() - Method in class br.com.objectos.git.Repository
 
toString(Charset) - Method in class br.com.objectos.git.Blob
 
Tree - Class in br.com.objectos.git
 
TREE - Enum constant in enum class br.com.objectos.git.EntryMode
 
TREE - Enum constant in enum class br.com.objectos.git.ObjectKind
 

U

UnreadableObjectException - Exception in br.com.objectos.git
 

V

valueOf(String) - Static method in enum class br.com.objectos.git.EntryMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class br.com.objectos.git.ObjectKind
Returns the enum constant of this class with the specified name.
values() - Static method in enum class br.com.objectos.git.EntryMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class br.com.objectos.git.ObjectKind
Returns an array containing the constants of this enum class, in the order they are declared.
visitBlob(Blob) - Method in class br.com.objectos.git.Copy
 
visitCommit(Commit) - Method in class br.com.objectos.git.Copy
 
visitTree(Tree) - Method in class br.com.objectos.git.Copy
 
visitTreeEnd() - Method in class br.com.objectos.git.Copy
 

W

WritableBlob - Class in br.com.objectos.git
 
WritableTree - Class in br.com.objectos.git
 
A B C E F G H I L M N O P R S T U V W 
All Classes|All Packages|Serialized Form