Serialized Form
-
Package org.tmatesoft.svn.core
-
Exception Class org.tmatesoft.svn.core.SVNAuthenticationCancelledException
class SVNAuthenticationCancelledException extends SVNCancelException implements Serializable- serialVersionUID:
- 4846L
-
Serialized Fields
-
myLastAuthentication
SVNAuthentication myLastAuthentication
-
myLastError
SVNErrorMessage myLastError
-
-
Exception Class org.tmatesoft.svn.core.SVNAuthenticationException
class SVNAuthenticationException extends SVNException implements Serializable- serialVersionUID:
- 4845L
-
Exception Class org.tmatesoft.svn.core.SVNCancelException
class SVNCancelException extends SVNException implements Serializable- serialVersionUID:
- 4845L
-
Class org.tmatesoft.svn.core.SVNErrorCode
class SVNErrorCode extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
myCategory
int myCategory
-
myCode
int myCode
-
myDescription
String myDescription
-
-
Class org.tmatesoft.svn.core.SVNErrorMessage
class SVNErrorMessage extends Object implements Serializable- serialVersionUID:
- 4845L
-
Serialized Fields
-
dontShowErrorCode
boolean dontShowErrorCode
-
myChildErrorMessage
SVNErrorMessage myChildErrorMessage
-
myErrorCode
SVNErrorCode myErrorCode
-
myMessage
String myMessage
-
myObjects
Object[] myObjects
-
myThrowable
Throwable myThrowable
-
myType
int myType
-
-
Exception Class org.tmatesoft.svn.core.SVNException
class SVNException extends Exception implements Serializable- serialVersionUID:
- 4845L
-
Serialized Fields
-
myErrorMessage
SVNErrorMessage myErrorMessage
-
-
Class org.tmatesoft.svn.core.SVNLogEntry
class SVNLogEntry extends Object implements Serializable- serialVersionUID:
- 4845L
-
Serialized Fields
-
myChangedPaths
Map myChangedPaths
-
myHasChildren
boolean myHasChildren
-
myIsNonInheritable
boolean myIsNonInheritable
-
myIsSubtractiveMerge
boolean myIsSubtractiveMerge
-
myRevision
long myRevision
-
myRevisionProperties
SVNProperties myRevisionProperties
-
-
Class org.tmatesoft.svn.core.SVNLogEntryPath
class SVNLogEntryPath extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myCopyPath
String myCopyPath
-
myCopyRevision
long myCopyRevision
-
myNodeKind
SVNNodeKind myNodeKind
-
myPath
String myPath
-
myType
char myType
-
-
Class org.tmatesoft.svn.core.SVNNodeKind
class SVNNodeKind extends Object implements Serializable- serialVersionUID:
- 5851L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
readResolve
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
myID
int myID
-
-
Class org.tmatesoft.svn.core.SVNProperties
class SVNProperties extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myProperties
Map<String,
SVNPropertyValue> myProperties
-
-
Class org.tmatesoft.svn.core.SVNPropertyValue
class SVNPropertyValue extends Object implements Serializable- serialVersionUID:
- 4845L
-
Serialized Fields
-
myData
byte[] myData
-
myValue
String myValue
-
-