Serialized Form


Package org.tmatesoft.svn.core

Class org.tmatesoft.svn.core.SVNAuthenticationException extends SVNException implements Serializable

serialVersionUID: 4845L

Class org.tmatesoft.svn.core.SVNCancelException extends SVNException implements Serializable

serialVersionUID: 4845L

Class org.tmatesoft.svn.core.SVNErrorCode extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Serialized Fields

myDescription

java.lang.String myDescription

myCategory

int myCategory

myCode

int myCode

Class org.tmatesoft.svn.core.SVNErrorMessage extends java.lang.Object implements Serializable

serialVersionUID: 4845L

Serialized Fields

myObjects

java.lang.Object[] myObjects

myMessage

java.lang.String myMessage

myErrorCode

SVNErrorCode myErrorCode

myType

int myType

myChildErrorMessage

SVNErrorMessage myChildErrorMessage

myThrowable

java.lang.Throwable myThrowable

dontShowErrorCode

boolean dontShowErrorCode

Class org.tmatesoft.svn.core.SVNException extends java.lang.Exception implements Serializable

serialVersionUID: 4845L

Serialized Fields

myErrorMessage

SVNErrorMessage myErrorMessage

Class org.tmatesoft.svn.core.SVNLogEntry extends java.lang.Object implements Serializable

serialVersionUID: 4845L

Serialized Fields

myRevision

long myRevision

myChangedPaths

java.util.Map<K,V> myChangedPaths

myRevisionProperties

SVNProperties myRevisionProperties

myHasChildren

boolean myHasChildren

myIsSubtractiveMerge

boolean myIsSubtractiveMerge

myIsNonInheritable

boolean myIsNonInheritable

Class org.tmatesoft.svn.core.SVNLogEntryPath extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

myPath

java.lang.String myPath

myType

char myType

myCopyPath

java.lang.String myCopyPath

myCopyRevision

long myCopyRevision

myNodeKind

SVNNodeKind myNodeKind

Class org.tmatesoft.svn.core.SVNNodeKind extends java.lang.Object implements Serializable

serialVersionUID: 5851L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream is)
                 throws java.io.IOException
Throws:
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream os)
                  throws java.io.IOException
Throws:
java.io.IOException

readResolve

private java.lang.Object readResolve()
Serialized Fields

myID

int myID

Class org.tmatesoft.svn.core.SVNProperties extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

myProperties

java.util.Map<K,V> myProperties

Class org.tmatesoft.svn.core.SVNPropertyValue extends java.lang.Object implements Serializable

serialVersionUID: 4845L

Serialized Fields

myValue

java.lang.String myValue

myData

byte[] myData