Serialized Form


Package org.eclipse.jgit.api.errors

Class org.eclipse.jgit.api.errors.CanceledException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.CannotDeleteCurrentBranchException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.CheckoutConflictException extends GitAPIException implements Serializable

serialVersionUID: 1L

Serialized Fields

conflictingPaths

List<E> conflictingPaths

Class org.eclipse.jgit.api.errors.ConcurrentRefUpdateException extends GitAPIException implements Serializable

serialVersionUID: 1L

Serialized Fields

rc

RefUpdate.Result rc

ref

Ref ref

Class org.eclipse.jgit.api.errors.DetachedHeadException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.GitAPIException extends Exception implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.InvalidConfigurationException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.InvalidMergeHeadsException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.InvalidRefNameException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.InvalidRemoteException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.InvalidTagNameException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.JGitInternalException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.MultipleParentsNotAllowedException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.NoFilepatternException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.NoHeadException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.NoMessageException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.NotMergedException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.PatchApplyException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.PatchFormatException extends GitAPIException implements Serializable

serialVersionUID: 1L

Serialized Fields

errors

List<E> errors

Class org.eclipse.jgit.api.errors.RefAlreadyExistsException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.RefNotFoundException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.StashApplyFailureException extends GitAPIException implements Serializable

Class org.eclipse.jgit.api.errors.TransportException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.UnmergedPathsException extends GitAPIException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.api.errors.WrongRepositoryStateException extends GitAPIException implements Serializable

serialVersionUID: 1L


Package org.eclipse.jgit.diff

Class org.eclipse.jgit.diff.EditList extends ArrayList<Edit> implements Serializable

serialVersionUID: 1L


Package org.eclipse.jgit.dircache

Class org.eclipse.jgit.dircache.InvalidPathException extends IllegalArgumentException implements Serializable

serialVersionUID: 1L


Package org.eclipse.jgit.errors

Class org.eclipse.jgit.errors.AmbiguousObjectException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

missing

AbbreviatedObjectId missing

candidates

Collection<E> candidates

Class org.eclipse.jgit.errors.CheckoutConflictException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.CompoundException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

causeList

List<E> causeList

Class org.eclipse.jgit.errors.ConfigInvalidException extends Exception implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.CorruptObjectException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.EntryExistsException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.IncorrectObjectTypeException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.IndexWriteException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.InvalidObjectIdException extends IllegalArgumentException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.InvalidPatternException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

pattern

String pattern

Class org.eclipse.jgit.errors.LargeObjectException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

objectId

ObjectId objectId

Class org.eclipse.jgit.errors.LargeObjectException.ExceedsByteArrayLimit extends LargeObjectException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.LargeObjectException.ExceedsLimit extends LargeObjectException implements Serializable

serialVersionUID: 1L

Serialized Fields

limit

long limit

size

long size

Class org.eclipse.jgit.errors.LargeObjectException.OutOfMemory extends LargeObjectException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.LockFailedException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

file

File file

Class org.eclipse.jgit.errors.MissingBundlePrerequisiteException extends TransportException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.MissingObjectException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

missing

ObjectId missing

Class org.eclipse.jgit.errors.NoClosingBracketException extends InvalidPatternException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.NoRemoteRepositoryException extends TransportException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.NotSupportedException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.NoWorkTreeException extends IllegalStateException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.ObjectWritingException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.PackInvalidException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.PackMismatchException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.PackProtocolException extends TransportException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.RemoteRepositoryException extends TransportException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.RepositoryNotFoundException extends TransportException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.RevisionSyntaxException extends IllegalArgumentException implements Serializable

serialVersionUID: 1L

Serialized Fields

revstr

String revstr

Class org.eclipse.jgit.errors.RevWalkException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.StopWalkException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.StoredObjectRepresentationNotAvailableException extends Exception implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.SymlinksNotSupportedException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.TooLargeObjectInPackException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.TranslationBundleException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

bundleClass

Class<T> bundleClass

locale

Locale locale

Class org.eclipse.jgit.errors.TranslationBundleLoadingException extends TranslationBundleException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.TranslationStringMissingException extends TranslationBundleException implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

Class org.eclipse.jgit.errors.TransportException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.UnmergedPathException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

entry

DirCacheEntry entry

Class org.eclipse.jgit.errors.UnpackException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.errors.UnsupportedCredentialItem extends RuntimeException implements Serializable

serialVersionUID: 1L


Package org.eclipse.jgit.lib

Class org.eclipse.jgit.lib.AbbreviatedObjectId extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nibbles

int nibbles
Number of half-bytes used by this id.


w1

int w1

w2

int w2

w3

int w3

w4

int w4

w5

int w5

Class org.eclipse.jgit.lib.ObjectId extends AnyObjectId implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException
Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream os)
                  throws IOException
Throws:
IOException

Class org.eclipse.jgit.lib.ObjectIdOwnerMap.Entry extends ObjectId implements Serializable

Serialized Fields

next

ObjectIdOwnerMap.Entry next

Class org.eclipse.jgit.lib.PersonIdent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

emailAddress

String emailAddress

when

long when

tzOffset

int tzOffset

Package org.eclipse.jgit.notes

Class org.eclipse.jgit.notes.Note extends ObjectId implements Serializable

Serialized Fields

data

ObjectId data

Class org.eclipse.jgit.notes.NotesMergeConflictException extends IOException implements Serializable

serialVersionUID: 1L


Package org.eclipse.jgit.revplot

Class org.eclipse.jgit.revplot.PlotCommit extends RevCommit implements Serializable

Serialized Fields

passingLanes

PlotLane[] passingLanes

lane

PlotLane lane

children

PlotCommit<L extends PlotLane>[] children

refs

Ref[] refs

Class org.eclipse.jgit.revplot.PlotLane extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

position

int position

Package org.eclipse.jgit.revwalk

Class org.eclipse.jgit.revwalk.DepthWalk.Commit extends RevCommit implements Serializable

Serialized Fields

depth

int depth
Depth of this commit in the graph, via shortest path.

Class org.eclipse.jgit.revwalk.RevBlob extends RevObject implements Serializable

Class org.eclipse.jgit.revwalk.RevCommit extends RevObject implements Serializable

Serialized Fields

tree

RevTree tree

parents

RevCommit[] parents

commitTime

int commitTime

inDegree

int inDegree

buffer

byte[] buffer

Class org.eclipse.jgit.revwalk.RevObject extends ObjectIdOwnerMap.Entry implements Serializable

Serialized Fields

flags

int flags

Class org.eclipse.jgit.revwalk.RevTag extends RevObject implements Serializable

Serialized Fields

object

RevObject object

buffer

byte[] buffer

tagName

String tagName

Class org.eclipse.jgit.revwalk.RevTree extends RevObject implements Serializable


Package org.eclipse.jgit.storage.file

Class org.eclipse.jgit.storage.file.ReflogEntry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

oldId

ObjectId oldId

newId

ObjectId newId

who

PersonIdent who

comment

String comment

Package org.eclipse.jgit.storage.pack

Class org.eclipse.jgit.storage.pack.ObjectToPack extends PackedObjectInfo implements Serializable

Serialized Fields

deltaBase

ObjectId deltaBase
Other object being packed that this will delta against.


flags

int flags
Bit field, from bit 0 to bit 31:


pathHash

int pathHash
Hash of the object's tree path.


cachedDelta

org.eclipse.jgit.storage.pack.DeltaCache.Ref cachedDelta
If present, deflated delta instruction stream for this object.


Package org.eclipse.jgit.transport

Class org.eclipse.jgit.transport.PackedObjectInfo extends ObjectIdOwnerMap.Entry implements Serializable

Serialized Fields

offset

long offset

crc

int crc

Class org.eclipse.jgit.transport.RefSpec extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

force

boolean force
Does this specification ask for forced updated (rewind/reset)?


wildcard

boolean wildcard
Is this specification actually a wildcard match?


srcName

String srcName
Name of the ref(s) we would copy from.


dstName

String dstName
Name of the ref(s) we would copy into.

Class org.eclipse.jgit.transport.RemoteConfig extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

uris

List<E> uris

pushURIs

List<E> pushURIs

fetch

List<E> fetch

push

List<E> push

uploadpack

String uploadpack

receivepack

String receivepack

tagopt

TagOpt tagopt

mirror

boolean mirror

timeout

int timeout

Class org.eclipse.jgit.transport.RequestNotYetReadException extends IllegalStateException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.transport.ServiceMayNotContinueException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

output

boolean output

Class org.eclipse.jgit.transport.UploadPackInternalServerErrorException extends IOException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.transport.UploadPackMayNotContinueException extends ServiceMayNotContinueException implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.transport.URIish extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

scheme

String scheme

path

String path

rawPath

String rawPath

user

String user

pass

String pass

port

int port

host

String host

Package org.eclipse.jgit.transport.resolver

Class org.eclipse.jgit.transport.resolver.ServiceNotAuthorizedException extends Exception implements Serializable

serialVersionUID: 1L

Class org.eclipse.jgit.transport.resolver.ServiceNotEnabledException extends Exception implements Serializable

serialVersionUID: 1L



Copyright © 2013. All Rights Reserved.