SVNKit Home

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 Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream is)
                 throws IOException

writeObject

private void writeObject(ObjectOutputStream os)
                  throws IOException

readResolve

private Object readResolve()
Serialized Fields

myDescription

String myDescription

myCategory

int myCategory

myCode

int myCode

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

serialVersionUID: 4845l

Serialized Fields

myObjects

Object[] myObjects

myMessage

String myMessage

myErrorCode

SVNErrorCode myErrorCode

myType

int myType

myChildErrorMessage

SVNErrorMessage myChildErrorMessage

myThrowable

Throwable myThrowable

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

serialVersionUID: 4845l

Serialized Fields

myErrorMessage

SVNErrorMessage myErrorMessage

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

serialVersionUID: 4845l

Serialized Fields

myRevision

long myRevision

myChangedPaths

Map myChangedPaths

myRevisionProperties

SVNProperties myRevisionProperties

myHasChildren

boolean myHasChildren

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

serialVersionUID: 1l

Serialized Fields

myPath

String myPath

myType

char myType

myCopyPath

String myCopyPath

myCopyRevision

long myCopyRevision

myNodeKind

SVNNodeKind myNodeKind

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

serialVersionUID: 5851l

Serialization Methods

readObject

private void readObject(ObjectInputStream is)
                 throws IOException

writeObject

private void writeObject(ObjectOutputStream os)
                  throws IOException

readResolve

private Object readResolve()
Serialized Fields

myID

int myID

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

serialVersionUID: 1l

Serialized Fields

myProperties

Map myProperties

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

serialVersionUID: 4845l

Serialized Fields

myValue

String myValue

myData

byte[] myData


SVNKit Home

Copyright © 2004-2011 TMate Software Ltd. All Rights Reserved.