Serialized Form
-
Package org.apache.subversion.javahl
-
Exception org.apache.subversion.javahl.ClientException
class ClientException extends NativeException implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.subversion.javahl.ClientNotifyInformation
class ClientNotifyInformation extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
action
ClientNotifyInformation.Action action
TheClientNotifyInformation.Action
which triggered this event. -
changelistName
String changelistName
The name of the changelist. -
contentState
ClientNotifyInformation.Status contentState
TheClientNotifyInformation.Status
of the content of the item. -
errMsg
String errMsg
Any error message for the item. -
hunkFuzz
int hunkFuzz
-
hunkMatchedLine
long hunkMatchedLine
-
hunkModifiedLength
long hunkModifiedLength
-
hunkModifiedStart
long hunkModifiedStart
-
hunkOriginalLength
long hunkOriginalLength
-
hunkOriginalStart
long hunkOriginalStart
-
kind
NodeKind kind
TheNodeKind
of the item. -
lock
Lock lock
Any lock for the item. -
lockState
ClientNotifyInformation.LockStatus lockState
TheClientNotifyInformation.LockStatus
of the lock of the item. -
mergeRange
RevisionRange mergeRange
The range of the merge just beginning to occur. -
mimeType
String mimeType
The MIME type of the item. -
oldRevision
long oldRevision
-
pathPrefix
String pathPrefix
A common absolute path prefix that can be subtracted from .path. -
propName
String propName
-
propState
ClientNotifyInformation.Status propState
TheClientNotifyInformation.Status
of the properties of the item. -
revision
long revision
The revision of the item. -
revProps
Map<String,
String> revProps
-
-
Class org.apache.subversion.javahl.CommitInfo
class CommitInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.subversion.javahl.CommitItem
class CommitItem extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
copyUrl
String copyUrl
the source of the copy -
movedFromPath
String movedFromPath
the source of the move -
nodeKind
NodeKind nodeKind
the kind node (file or directory) -
path
String path
the pathname of the item to be commit -
revision
long revision
the revision -
stateFlags
int stateFlags
the kind of change to be committed (See CommitItemStateFlages) -
url
String url
the url of the item
-
-
Class org.apache.subversion.javahl.DiffSummary
class DiffSummary extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
diffKind
DiffSummary.DiffKind diffKind
-
nodeKind
NodeKind nodeKind
-
propsChanged
boolean propsChanged
-
-
Error org.apache.subversion.javahl.JNIError
class JNIError extends Error implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.subversion.javahl.ProgressEvent
class ProgressEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
progress
long progress
The number of bytes already transferred. -
total
long total
The total number of bytes, or-1
if not known.
-
-
Class org.apache.subversion.javahl.ReposNotifyInformation
class ReposNotifyInformation extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
action
ReposNotifyInformation.Action action
TheReposNotifyInformation.Action
which triggered this event. -
newRevision
long newRevision
-
nodeAction
ReposNotifyInformation.NodeAction nodeAction
-
oldRevision
long oldRevision
-
path
String path
-
revision
long revision
The revision of the item. -
shard
long shard
-
warning
String warning
The warning text.
-
-
Exception org.apache.subversion.javahl.SubversionException
class SubversionException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.subversion.javahl.types
-
Class org.apache.subversion.javahl.types.ChangePath
class ChangePath extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
action
ChangePath.Action action
'A'dd, 'D'elete, 'R'eplace, 'M'odify -
copySrcPath
String copySrcPath
Source path of copy (if any). -
copySrcRevision
long copySrcRevision
Source revision of copy (if any). -
nodeKind
NodeKind nodeKind
The kind of the changed path. -
path
String path
Path of committed item -
propMods
Tristate propMods
Whether the properties were modified. -
textMods
Tristate textMods
Whether the text was modified.
-
-
Class org.apache.subversion.javahl.types.Checksum
class Checksum extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
digest
byte[] digest
Digest of the checksum -
kind
Checksum.Kind kind
Kind of the Checksum
-
-
Class org.apache.subversion.javahl.types.CopySource
class CopySource extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.subversion.javahl.types.DirEntry
class DirEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
absPath
String absPath
the absolute path of the entry -
hasProps
boolean hasProps
flag if the item has properties managed by subversion -
lastAuthor
String lastAuthor
the name of the author of the last change -
lastChanged
long lastChanged
the date of the last change in nanoseconds since 01/01/1970 -
lastChangedRevision
long lastChangedRevision
the revision number of the last change -
nodeKind
NodeKind nodeKind
the kind of the node (directory or file) -
path
String path
the pathname of the entry -
size
long size
the size of the file
-
-
Class org.apache.subversion.javahl.types.Info
class Info extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
changelistName
String changelistName
The name of the changelist. -
checksum
Checksum checksum
the checksum of the item -
conflict
Set<ConflictDescriptor> conflict
Info on any tree conflict of which this node is a victim. -
copyFromRev
long copyFromRev
if the item was copied, the source rev -
copyFromUrl
String copyFromUrl
if the item was copied, the source url -
depth
Depth depth
The depth of the item. -
hasWcInfo
boolean hasWcInfo
the flag if the remaining fields are set -
kind
NodeKind kind
the item kinds -
lastChangedAuthor
String lastChangedAuthor
the author of the last change -
lastChangedDate
long lastChangedDate
the date of the last change in ns -
lastChangedRev
long lastChangedRev
the revision of the last change -
lock
Lock lock
the information about any lock (may be null) -
path
String path
the path of the item -
reposRootUrl
String reposRootUrl
the root URL of the repository -
reposSize
long reposSize
The size of the file in the repository (untranslated, e.g. without adjustment of line endings and keyword expansion). Only applicable for file -- not directory -- URLs. For working copy paths, size will be-1
. -
reposUUID
String reposUUID
the UUID of the repository -
rev
long rev
the revision of the item -
schedule
Info.ScheduleKind schedule
the scheduled operation at next commit -
textTime
long textTime
the last time the item was changed in ns -
url
String url
the url of the item -
wcroot
String wcroot
the working copy root -
workingSize
long workingSize
The size of the file after being translated into its local representation, or-1
if unknown. Not applicable for directories.
-
-
Class org.apache.subversion.javahl.types.Lock
class Lock extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
comment
String comment
the comment provided during the lock operation -
creationDate
long creationDate
the date when the lock was created -
expirationDate
long expirationDate
the date when the lock will expire -
owner
String owner
the owner of the lock -
path
String path
the path of the locked item -
token
String token
the token provided during the lock operation
-
-
Class org.apache.subversion.javahl.types.LogDate
class LogDate extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.subversion.javahl.types.Mergeinfo
class Mergeinfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mergeSources
Map<String,
List<RevisionRange>> mergeSources A mapping of repository-relative paths to a list of revision ranges.
-
-
Class org.apache.subversion.javahl.types.Revision
class Revision extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
revKind
Revision.Kind revKind
kind of revision specified
-
-
Class org.apache.subversion.javahl.types.Revision.DateSpec
class DateSpec extends Revision implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
revDate
Date revDate
the date
-
-
Class org.apache.subversion.javahl.types.Revision.Number
class Number extends Revision implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
revNumber
long revNumber
the revision number
-
-
Class org.apache.subversion.javahl.types.RevisionRange
class RevisionRange extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.subversion.javahl.types.Status
class Status extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
changelist
String changelist
Set to the changelist of the item, ornull
if not under version control. -
copied
boolean copied
has this item be copied from another item -
fileExternal
boolean fileExternal
has the item is a file external -
isConflicted
boolean isConflicted
is this item in a conflicted state -
lastChangedDate
long lastChangedDate
the last date the item was changed before base (represented in microseconds since the epoch) -
lastChangedRevision
long lastChangedRevision
the last revision the item was changed before base -
lastCommitAuthor
String lastCommitAuthor
the last author of the last change before base -
localLock
Lock localLock
the current lock -
locked
boolean locked
flag is this item is locked locally by subversion (running or aborted operation) -
movedFromAbspath
String movedFromAbspath
-
movedToAbspath
String movedToAbspath
-
nodeKind
NodeKind nodeKind
kind of the item (file, directory or unknonw) -
path
String path
the path in the working copy -
propStatus
Status.Kind propStatus
the status of the properties (See StatusKind) -
repositoryPropStatus
Status.Kind repositoryPropStatus
the status of the properties base (See StatusKind) -
repositoryTextStatus
Status.Kind repositoryTextStatus
the file or directory status of base (See StatusKind) -
reposKind
NodeKind reposKind
Set to the node kind of the youngest commit, orNodeKind.none
if not out of date. -
reposLastCmtAuthor
String reposLastCmtAuthor
Set to the user name of the youngest commit, ornull
if not out of date. -
reposLastCmtDate
long reposLastCmtDate
Set to the most recent commit date, or 0 if not out of date. -
reposLastCmtRevision
long reposLastCmtRevision
Set to the youngest committed revision, orRevision.SVN_INVALID_REVNUM
if not out of date. -
reposLock
Lock reposLock
the lock in the repository -
revision
long revision
the base revision of the working copy -
switched
boolean switched
has the url of the item be switch -
textStatus
Status.Kind textStatus
the file or directory status (See StatusKind) -
url
String url
the url for accessing the item
-
-
-
Package org.tigris.subversion.javahl
-
Class org.tigris.subversion.javahl.ChangePath
class ChangePath extends Object implements Serializable- serialVersionUID:
- 2L
-
Exception org.tigris.subversion.javahl.ClientException
class ClientException extends NativeException implements Serializable- serialVersionUID:
- 1L
-
Class org.tigris.subversion.javahl.CommitItem
class CommitItem extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
copyUrl
String copyUrl
the source of the copy -
nodeKind
int nodeKind
the kind node (file or directory) -
path
String path
the pathname of the item to be commit -
revision
long revision
the revision -
stateFlags
int stateFlags
the kind of change to be committed (See CommitItemStateFlages) -
url
String url
the url of the item
-
-
Class org.tigris.subversion.javahl.CopySource
class CopySource extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.tigris.subversion.javahl.DiffSummary
class DiffSummary extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
diffKind
DiffSummary.DiffKind diffKind
-
nodeKind
int nodeKind
-
propsChanged
boolean propsChanged
-
-
Class org.tigris.subversion.javahl.DirEntry
class DirEntry extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
absPath
String absPath
the absolute path of the entry -
hasProps
boolean hasProps
flag if the item has properties managed by subversion -
lastAuthor
String lastAuthor
the name of the author of the last change -
lastChanged
long lastChanged
the date of the last change in nanoseconds since 01/01/1970 -
lastChangedRevision
long lastChangedRevision
the revision number of the last change -
nodeKind
int nodeKind
the kind of the node (directory or file) -
path
String path
the pathname of the entry -
size
long size
the size of the file
-
-
Class org.tigris.subversion.javahl.Info
class Info extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
absent
boolean absent
the item is absent -
author
String author
the author of the last commit before base -
copied
boolean copied
the item was copied -
copyRev
long copyRev
the copy source revision -
copyUrl
String copyUrl
the copy source url -
deleted
boolean deleted
the item was deleted -
incomplete
boolean incomplete
the item is incomplete -
lastChangedDate
Date lastChangedDate
the date of the last commit -
lastChangedRevision
long lastChangedRevision
the last revision the item before base -
lastDatePropsUpdate
Date lastDatePropsUpdate
the last up-to-date time for the properties -
lastDateTextUpdate
Date lastDateTextUpdate
the last up-to-date time for the text context -
name
String name
the name of the item -
nodeKind
int nodeKind
the kind of node (file or directory or unknown -
repository
String repository
the repository url -
revision
long revision
the last revision this item was updated -
schedule
int schedule
the schedule on the next commit (see NodeKind) -
url
String url
the url of the item -
uuid
String uuid
the uuid of the repository
-
-
Class org.tigris.subversion.javahl.Info2
class Info2 extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
changelistName
String changelistName
The name of the changelist.- Since:
- 1.5
-
checksum
String checksum
the checksum of the item -
conflictNew
String conflictNew
if the item is in conflict, the filename of the last repository version file -
conflictOld
String conflictOld
if the item is in conflict, the filename of the base version file -
conflictWrk
String conflictWrk
if the item is in conflict, the filename of the working copy version file -
copyFromRev
long copyFromRev
if the item was copied, the source rev -
copyFromUrl
String copyFromUrl
if the item was copied, the source url -
depth
int depth
The depth of the item.- Since:
- 1.6
-
hasWcInfo
boolean hasWcInfo
the flag if the remaining fields are set -
kind
int kind
the item kinds (see NodeKind) -
lastChangedAuthor
String lastChangedAuthor
the author of the last change -
lastChangedDate
long lastChangedDate
the date of the last change in ns -
lastChangedRev
long lastChangedRev
the revision of the last change -
lock
Lock lock
the information about any lock (may be null) -
path
String path
the path of the item -
prejfile
String prejfile
the property reject file -
propTime
long propTime
the last time the properties of the items were changed in ns -
reposRootUrl
String reposRootUrl
the root URL of the repository -
reposSize
long reposSize
The size of the file in the repository (untranslated, e.g. without adjustment of line endings and keyword expansion). Only applicable for file -- not directory -- URLs. For working copy paths, size will be-1
.- Since:
- New in 1.5.
-
reposUUID
String reposUUID
the UUID of the repository -
rev
long rev
the revision of the item -
schedule
int schedule
the scheduled operation at next commit (see ScheduleKind) -
textTime
long textTime
the last time the item was changed in ns -
treeConflict
ConflictDescriptor treeConflict
Info on any tree conflict of which this node is a victim.- Since:
- 1.6
-
url
String url
the url of the item -
workingSize
long workingSize
The size of the file after being translated into its local representation, or-1
if unknown. Not applicable for directories.- Since:
- 1.5
-
-
Class org.tigris.subversion.javahl.Lock
class Lock extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
comment
String comment
the comment provided during the lock operation -
creationDate
long creationDate
the date when the lock was created -
expirationDate
long expirationDate
the date when the lock will expire -
owner
String owner
the owner of the lock -
path
String path
the path of the locked item -
token
String token
the token provided during the lock operation
-
-
Class org.tigris.subversion.javahl.LogDate
class LogDate extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.tigris.subversion.javahl.LogMessage
class LogMessage extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
author
String author
The author of the commit. -
changedPaths
ChangePath[] changedPaths
The items changed by this commit (only set when SVNClientInterface.logMessages is used with discoverPaths true). -
date
Date date
The date of the commit. -
message
String message
The log message for the revision. -
revision
long revision
The number of the revision. -
timeMicros
long timeMicros
The time of the commit measured in the number of microseconds since 00:00:00 January 1, 1970 UTC.
-
-
Class org.tigris.subversion.javahl.Mergeinfo
class Mergeinfo extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mergeSources
Map<String,
List<RevisionRange>> mergeSources A mapping of repository-relative paths to a list of revision ranges.
-
-
Class org.tigris.subversion.javahl.NotifyInformation
class NotifyInformation extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
action
int action
TheNotifyAction
which triggered this event. -
changelistName
String changelistName
The name of the changelist.- Since:
- 1.5
-
contentState
int contentState
TheNotifyStatus
of the content of the item. -
errMsg
String errMsg
Any error message for the item. -
kind
int kind
TheNodeKind
of the item. -
lock
Lock lock
Any lock for the item. -
lockState
int lockState
TheLockStatus
of the lock of the item. -
mergeRange
RevisionRange mergeRange
The range of the merge just beginning to occur.- Since:
- 1.5
-
mimeType
String mimeType
The MIME type of the item. -
pathPrefix
String pathPrefix
A common absolute path prefix that can be subtracted from .path.- Since:
- 1.6
-
propState
int propState
TheNotifyStatus
of the properties of the item. -
revision
long revision
The revision of the item.
-
-
Class org.tigris.subversion.javahl.ProgressEvent
class ProgressEvent extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
progress
long progress
The number of bytes already transferred. -
total
long total
The total number of bytes, or-1
if not known.
-
-
Class org.tigris.subversion.javahl.Revision
class Revision extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
revKind
int revKind
kind of revision specified
-
-
Class org.tigris.subversion.javahl.Revision.DateSpec
class DateSpec extends Revision implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
revDate
Date revDate
the date
-
-
Class org.tigris.subversion.javahl.Revision.Number
class Number extends Revision implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
revNumber
long revNumber
the revision number
-
-
Class org.tigris.subversion.javahl.RevisionRange
class RevisionRange extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.tigris.subversion.javahl.Status
class Status extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
changelist
String changelist
- Since:
- 1.5
Set to the changelist of the item, or
null
if not under version control.
-
conflictDescriptor
ConflictDescriptor conflictDescriptor
- Since:
- 1.6 description of the tree conflict
-
conflictNew
String conflictNew
if there is a conflict, the filename of the new version from the repository -
conflictOld
String conflictOld
if there is a conflict, the filename of the common base version from the repository -
conflictWorking
String conflictWorking
if there is a conflict, the filename of the former working copy version -
copied
boolean copied
has this item be copied from another item -
fileExternal
boolean fileExternal
has the item is a file external -
lastChangedDate
long lastChangedDate
the last date the item was changed before base (represented in microseconds since the epoch) -
lastChangedRevision
long lastChangedRevision
the last revision the item was changed before base -
lastCommitAuthor
String lastCommitAuthor
the last author of the last change before base -
lockComment
String lockComment
- Since:
- 1.2 comment specified for the lock (null if not locked)
-
lockCreationDate
long lockCreationDate
- Since:
- 1.2 date of the creation of the lock (represented in microseconds since the epoch)
-
locked
boolean locked
flag is this item is locked locally by subversion (running or aborted operation) -
lockOwner
String lockOwner
- Since:
- 1.2 owner of the lock (null if not locked)
-
lockToken
String lockToken
- Since:
- 1.2 token specified for the lock (null if not locked)
-
nodeKind
int nodeKind
kind of the item (file, directory or unknonw) -
path
String path
the path in the working copy -
propStatus
int propStatus
the status of the properties (See StatusKind) -
repositoryPropStatus
int repositoryPropStatus
the status of the properties base (See StatusKind) -
repositoryTextStatus
int repositoryTextStatus
the file or directory status of base (See StatusKind) -
reposKind
int reposKind
- Since:
- 1.3
Set to the node kind of the youngest commit, or
NodeKind.none
if not out of date.
-
reposLastCmtAuthor
String reposLastCmtAuthor
- Since:
- 1.3
Set to the user name of the youngest commit, or
null
if not out of date.
-
reposLastCmtDate
long reposLastCmtDate
- Since:
- 1.3 Set to the most recent commit date, or 0 if not out of date.
-
reposLastCmtRevision
long reposLastCmtRevision
- Since:
- 1.3
Set to the youngest committed revision, or
Revision.SVN_INVALID_REVNUM
if not out of date.
-
reposLock
Lock reposLock
- Since:
- 1.2 the lock in the repository
-
revision
long revision
the base revision of the working copy -
revisionCopiedFrom
long revisionCopiedFrom
if copied, the revision number of the copy source -
switched
boolean switched
has the url of the item be switch -
textStatus
int textStatus
the file or directory status (See StatusKind) -
treeConflicted
boolean treeConflicted
- Since:
- 1.6 is this item in a tree conflicted state
-
url
String url
the url for accessing the item -
urlCopiedFrom
String urlCopiedFrom
if copied, the url of the copy source
-
-
Exception org.tigris.subversion.javahl.SubversionException
class SubversionException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tmatesoft.svn.core
-
Exception org.tmatesoft.svn.core.SVNAuthenticationException
class SVNAuthenticationException extends SVNException implements Serializable- serialVersionUID:
- 4845L
-
Exception 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 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
-
-
-
Package org.tmatesoft.svn.core.internal.io.dav.http
-
Exception org.tmatesoft.svn.core.internal.io.dav.http.NTLMEngineException
class NTLMEngineException extends IOException implements Serializable
-
-
Package org.tmatesoft.svn.core.internal.io.fs
-
Class org.tmatesoft.svn.core.internal.io.fs.FSID
class FSID extends Object implements Serializable- serialVersionUID:
- 4845L
-
Class org.tmatesoft.svn.core.internal.io.fs.FSPathChange
class FSPathChange extends SVNLogEntryPath implements Serializable- serialVersionUID:
- 4845L
-
Serialized Fields
-
arePropertiesModified
boolean arePropertiesModified
-
isMergeInfoModified
Boolean isMergeInfoModified
-
isTextModified
boolean isTextModified
-
myChangeKind
FSPathChangeKind myChangeKind
-
myPath
String myPath
-
myRevNodeId
FSID myRevNodeId
-
-
Class org.tmatesoft.svn.core.internal.io.fs.FSPathChangeKind
class FSPathChangeKind extends Object implements Serializable- serialVersionUID:
- 4845L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
myName
String myName
-
-
-
Package org.tmatesoft.svn.core.internal.io.svn.ssh
-
Exception org.tmatesoft.svn.core.internal.io.svn.ssh.SshAuthenticationException
class SshAuthenticationException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception org.tmatesoft.svn.core.internal.io.svn.ssh.SshHostDisposedException
class SshHostDisposedException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tmatesoft.svn.core.internal.util
-
Class org.tmatesoft.svn.core.internal.util.SVNDate
class SVNDate extends Date implements Serializable- serialVersionUID:
- 4845L
-
Serialized Fields
-
myMicroSeconds
int myMicroSeconds
-
-
Class org.tmatesoft.svn.core.internal.util.SVNEntryHashMap
class SVNEntryHashMap extends SVNHashMap implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
myObjectsPool
SVNObjectsPool myObjectsPool
-
-
Class org.tmatesoft.svn.core.internal.util.SVNHashMap
class SVNHashMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class org.tmatesoft.svn.core.internal.util.SVNHashSet
class SVNHashSet extends AbstractSet implements Serializable- serialVersionUID:
- 4845L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception org.tmatesoft.svn.core.internal.util.SVNSSLUtil.CertificateDoesNotConformConstraints
class CertificateDoesNotConformConstraints extends CertificateException implements Serializable -
Exception org.tmatesoft.svn.core.internal.util.SVNSSLUtil.CertificateNotTrustedException
class CertificateNotTrustedException extends CertificateException implements Serializable- serialVersionUID:
- 4845L
-
-
Package org.tmatesoft.svn.core.internal.util.jna
-
Class org.tmatesoft.svn.core.internal.util.jna.ISVNWin32Library.DWORD
class DWORD extends com.sun.jna.IntegerType implements Serializable- serialVersionUID:
- 1L
-
Class org.tmatesoft.svn.core.internal.util.jna.ISVNWin32Library.HRESULT
class HRESULT extends com.sun.jna.NativeLong implements Serializable- serialVersionUID:
- 1L
-
-
Package org.tmatesoft.svn.core.internal.wc
-
Exception org.tmatesoft.svn.core.internal.wc.IOExceptionWrapper
class IOExceptionWrapper extends IOException implements Serializable- serialVersionUID:
- 4845L
-
Serialized Fields
-
myOriginalException
SVNException myOriginalException
-
-
Exception org.tmatesoft.svn.core.internal.wc.SVNCancellableOutputStream.IOCancelException
class IOCancelException extends IOException implements Serializable- serialVersionUID:
- 4845L
-