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
Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream os)
                  throws IOException
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<K,V> 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
Throws:
IOException

writeObject

private void writeObject(ObjectOutputStream os)
                  throws IOException
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<K,V> 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.