Serialized Form
-
Package org.apache.subversion.javahl
-
Class org.apache.subversion.javahl.ClientException extends org.apache.subversion.javahl.NativeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.subversion.javahl.ClientNotifyInformation extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
action
ClientNotifyInformation.Action action
TheClientNotifyInformation.Action
which triggered this event. -
changelistName
java.lang.String changelistName
The name of the changelist. -
contentState
ClientNotifyInformation.Status contentState
TheClientNotifyInformation.Status
of the content of the item. -
errMsg
java.lang.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
java.lang.String mimeType
The MIME type of the item. -
oldRevision
long oldRevision
-
pathPrefix
java.lang.String pathPrefix
A common absolute path prefix that can be subtracted from .path. -
propName
java.lang.String propName
-
propState
ClientNotifyInformation.Status propState
TheClientNotifyInformation.Status
of the properties of the item. -
revision
long revision
The revision of the item. -
revProps
java.util.Map<java.lang.String,java.lang.String> revProps
-
-
Class org.apache.subversion.javahl.CommitInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
author
java.lang.String author
the author of the revision -
date
java.util.Date date
the date of the revision -
postCommitError
java.lang.String postCommitError
post commit error (or NULL) -
reposRoot
java.lang.String reposRoot
repos root (or NULL) -
revision
long revision
the revision committed
-
-
Class org.apache.subversion.javahl.CommitItem extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
copyUrl
java.lang.String copyUrl
the source of the copy -
movedFromPath
java.lang.String movedFromPath
the source of the move -
nodeKind
NodeKind nodeKind
the kind node (file or directory) -
path
java.lang.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
java.lang.String url
the url of the item
-
-
Class org.apache.subversion.javahl.DiffSummary extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
diffKind
DiffSummary.DiffKind diffKind
-
nodeKind
NodeKind nodeKind
-
propsChanged
boolean propsChanged
-
-
Class org.apache.subversion.javahl.JNIError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.subversion.javahl.ProgressEvent extends java.lang.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 extends java.util.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
java.lang.String path
-
revision
long revision
The revision of the item. -
shard
long shard
-
warning
java.lang.String warning
The warning text.
-
-
Class org.apache.subversion.javahl.SubversionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.subversion.javahl.types
-
Class org.apache.subversion.javahl.types.ChangePath extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
action
ChangePath.Action action
'A'dd, 'D'elete, 'R'eplace, 'M'odify -
copySrcPath
java.lang.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
java.lang.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 extends java.lang.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.subversion.javahl.types.DirEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
absPath
java.lang.String absPath
the absolute path of the entry -
hasProps
boolean hasProps
flag if the item has properties managed by subversion -
lastAuthor
java.lang.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
java.lang.String path
the pathname of the entry -
size
long size
the size of the file
-
-
Class org.apache.subversion.javahl.types.Info extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
changelistName
java.lang.String changelistName
The name of the changelist. -
checksum
Checksum checksum
the checksum of the item -
conflict
java.util.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
java.lang.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
java.lang.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
java.lang.String path
the path of the item -
reposRootUrl
java.lang.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
java.lang.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
java.lang.String url
the url of the item -
wcroot
java.lang.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comment
java.lang.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
java.lang.String owner
the owner of the lock -
path
java.lang.String path
the path of the locked item -
token
java.lang.String token
the token provided during the lock operation
-
-
Class org.apache.subversion.javahl.types.LogDate extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cachedDate
java.util.Calendar cachedDate
-
cachedString
java.lang.String cachedString
-
timeMicros
long timeMicros
-
-
Class org.apache.subversion.javahl.types.Mergeinfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mergeSources
java.util.Map<java.lang.String,java.util.List<RevisionRange>> mergeSources
A mapping of repository-relative paths to a list of revision ranges.
-
-
Class org.apache.subversion.javahl.types.Revision extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
revKind
Revision.Kind revKind
kind of revision specified
-
-
Class org.apache.subversion.javahl.types.Revision.DateSpec extends Revision implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
revDate
java.util.Date revDate
the date
-
-
Class org.apache.subversion.javahl.types.Revision.Number extends Revision implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
revNumber
long revNumber
the revision number
-
-
Class org.apache.subversion.javahl.types.RevisionRange extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.subversion.javahl.types.Status extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
changelist
java.lang.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
java.lang.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
java.lang.String movedFromAbspath
-
movedToAbspath
java.lang.String movedToAbspath
-
nodeKind
NodeKind nodeKind
kind of the item (file, directory or unknonw) -
path
java.lang.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
java.lang.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
java.lang.String url
the url for accessing the item
-
-
-
Package org.tigris.subversion.javahl
-
Class org.tigris.subversion.javahl.ChangePath extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
action
char action
'A'dd, 'D'elete, 'R'eplace, 'M'odify -
copySrcPath
java.lang.String copySrcPath
Source path of copy (if any). -
copySrcRevision
long copySrcRevision
Source revision of copy (if any). -
nodeKind
int nodeKind
The kind of the changed path. -
path
java.lang.String path
Path of committed item
-
-
Class org.tigris.subversion.javahl.ClientException extends org.tigris.subversion.javahl.NativeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.tigris.subversion.javahl.CommitItem extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
copyUrl
java.lang.String copyUrl
the source of the copy -
nodeKind
int nodeKind
the kind node (file or directory) -
path
java.lang.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
java.lang.String url
the url of the item
-
-
Class org.tigris.subversion.javahl.CopySource extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.tigris.subversion.javahl.DiffSummary extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
diffKind
DiffSummary.DiffKind diffKind
-
nodeKind
int nodeKind
-
propsChanged
boolean propsChanged
-
-
Class org.tigris.subversion.javahl.DirEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
absPath
java.lang.String absPath
the absolute path of the entry -
hasProps
boolean hasProps
flag if the item has properties managed by subversion -
lastAuthor
java.lang.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
java.lang.String path
the pathname of the entry -
size
long size
the size of the file
-
-
Class org.tigris.subversion.javahl.Info extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
absent
boolean absent
the item is absent -
author
java.lang.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
java.lang.String copyUrl
the copy source url -
deleted
boolean deleted
the item was deleted -
incomplete
boolean incomplete
the item is incomplete -
lastChangedDate
java.util.Date lastChangedDate
the date of the last commit -
lastChangedRevision
long lastChangedRevision
the last revision the item before base -
lastDatePropsUpdate
java.util.Date lastDatePropsUpdate
the last up-to-date time for the properties -
lastDateTextUpdate
java.util.Date lastDateTextUpdate
the last up-to-date time for the text context -
name
java.lang.String name
the name of the item -
nodeKind
int nodeKind
the kind of node (file or directory or unknown -
repository
java.lang.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
java.lang.String url
the url of the item -
uuid
java.lang.String uuid
the uuid of the repository
-
-
Class org.tigris.subversion.javahl.Info2 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
changelistName
java.lang.String changelistName
The name of the changelist.- Since:
- 1.5
-
checksum
java.lang.String checksum
the checksum of the item -
conflictNew
java.lang.String conflictNew
if the item is in conflict, the filename of the last repository version file -
conflictOld
java.lang.String conflictOld
if the item is in conflict, the filename of the base version file -
conflictWrk
java.lang.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
java.lang.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
java.lang.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
java.lang.String path
the path of the item -
prejfile
java.lang.String prejfile
the property reject file -
propTime
long propTime
the last time the properties of the items were changed in ns -
reposRootUrl
java.lang.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
java.lang.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
java.lang.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
comment
java.lang.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
java.lang.String owner
the owner of the lock -
path
java.lang.String path
the path of the locked item -
token
java.lang.String token
the token provided during the lock operation
-
-
Class org.tigris.subversion.javahl.LogDate extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cachedDate
java.util.Calendar cachedDate
-
cachedString
java.lang.String cachedString
-
timeMicros
long timeMicros
-
-
Class org.tigris.subversion.javahl.LogMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
author
java.lang.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
java.util.Date date
The date of the commit. -
message
java.lang.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mergeSources
java.util.Map<java.lang.String,java.util.List<RevisionRange>> mergeSources
A mapping of repository-relative paths to a list of revision ranges.
-
-
Class org.tigris.subversion.javahl.NotifyInformation extends java.util.EventObject implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
action
int action
TheNotifyAction
which triggered this event. -
changelistName
java.lang.String changelistName
The name of the changelist.- Since:
- 1.5
-
contentState
int contentState
TheNotifyStatus
of the content of the item. -
errMsg
java.lang.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
java.lang.String mimeType
The MIME type of the item. -
pathPrefix
java.lang.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 extends java.lang.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 extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
revKind
int revKind
kind of revision specified
-
-
Class org.tigris.subversion.javahl.Revision.DateSpec extends Revision implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
revDate
java.util.Date revDate
the date
-
-
Class org.tigris.subversion.javahl.Revision.Number extends Revision implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
revNumber
long revNumber
the revision number
-
-
Class org.tigris.subversion.javahl.RevisionRange extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.tigris.subversion.javahl.Status extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
changelist
java.lang.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
java.lang.String conflictNew
if there is a conflict, the filename of the new version from the repository -
conflictOld
java.lang.String conflictOld
if there is a conflict, the filename of the common base version from the repository -
conflictWorking
java.lang.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
java.lang.String lastCommitAuthor
the last author of the last change before base -
lockComment
java.lang.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
java.lang.String lockOwner
- Since:
- 1.2 owner of the lock (null if not locked)
-
lockToken
java.lang.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
java.lang.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
java.lang.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
java.lang.String url
the url for accessing the item -
urlCopiedFrom
java.lang.String urlCopiedFrom
if copied, the url of the copy source
-
-
Class org.tigris.subversion.javahl.SubversionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
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
-
myCategory
int myCategory
-
myCode
int myCode
-
myDescription
java.lang.String myDescription
-
-
Class org.tmatesoft.svn.core.SVNErrorMessage extends java.lang.Object implements Serializable
- serialVersionUID:
- 4845L
-
Serialized Fields
-
dontShowErrorCode
boolean dontShowErrorCode
-
myChildErrorMessage
SVNErrorMessage myChildErrorMessage
-
myErrorCode
SVNErrorCode myErrorCode
-
myMessage
java.lang.String myMessage
-
myObjects
java.lang.Object[] myObjects
-
myThrowable
java.lang.Throwable myThrowable
-
myType
int myType
-
-
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
-
myChangedPaths
java.util.Map myChangedPaths
-
myHasChildren
boolean myHasChildren
-
myIsNonInheritable
boolean myIsNonInheritable
-
myIsSubtractiveMerge
boolean myIsSubtractiveMerge
-
myRevision
long myRevision
-
myRevisionProperties
SVNProperties myRevisionProperties
-
-
Class org.tmatesoft.svn.core.SVNLogEntryPath extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
myCopyPath
java.lang.String myCopyPath
-
myCopyRevision
long myCopyRevision
-
myNodeKind
SVNNodeKind myNodeKind
-
myPath
java.lang.String myPath
-
myType
char myType
-
-
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
-
readResolve
private java.lang.Object readResolve()
-
writeObject
private void writeObject(java.io.ObjectOutputStream os) throws java.io.IOException
- Throws:
java.io.IOException
-
-
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<java.lang.String,SVNPropertyValue> myProperties
-
-
Class org.tmatesoft.svn.core.SVNPropertyValue extends java.lang.Object implements Serializable
- serialVersionUID:
- 4845L
-
Serialized Fields
-
myData
byte[] myData
-
myValue
java.lang.String myValue
-
-
-
Package org.tmatesoft.svn.core.internal.io.dav.http
-
Class org.tmatesoft.svn.core.internal.io.dav.http.NTLMEngineException extends java.io.IOException implements Serializable
-
-
Package org.tmatesoft.svn.core.internal.io.fs
-
Class org.tmatesoft.svn.core.internal.io.fs.FSID extends java.lang.Object implements Serializable
- serialVersionUID:
- 4845L
-
Serialized Fields
-
myCopyID
java.lang.String myCopyID
-
myNodeID
java.lang.String myNodeID
-
myOffset
long myOffset
-
myRevision
long myRevision
-
myTxnID
java.lang.String myTxnID
-
-
Class org.tmatesoft.svn.core.internal.io.fs.FSPathChange extends SVNLogEntryPath implements Serializable
- serialVersionUID:
- 4845L
-
Serialized Fields
-
arePropertiesModified
boolean arePropertiesModified
-
isMergeInfoModified
java.lang.Boolean isMergeInfoModified
-
isTextModified
boolean isTextModified
-
myChangeKind
FSPathChangeKind myChangeKind
-
myPath
java.lang.String myPath
-
myRevNodeId
FSID myRevNodeId
-
-
Class org.tmatesoft.svn.core.internal.io.fs.FSPathChangeKind extends java.lang.Object implements Serializable
- serialVersionUID:
- 4845L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
myName
java.lang.String myName
-
-
-
Package org.tmatesoft.svn.core.internal.io.svn.ssh
-
Class org.tmatesoft.svn.core.internal.io.svn.ssh.SshAuthenticationException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
Class org.tmatesoft.svn.core.internal.io.svn.ssh.SshHostDisposedException extends java.io.IOException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.tmatesoft.svn.core.internal.util
-
Class org.tmatesoft.svn.core.internal.util.SVNDate extends java.util.Date implements Serializable
- serialVersionUID:
- 4845L
-
Serialized Fields
-
myMicroSeconds
int myMicroSeconds
-
-
Class org.tmatesoft.svn.core.internal.util.SVNEntryHashMap extends SVNHashMap implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
myObjectsPool
SVNObjectsPool myObjectsPool
-
-
Class org.tmatesoft.svn.core.internal.util.SVNHashMap extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.tmatesoft.svn.core.internal.util.SVNHashSet extends java.util.AbstractSet implements Serializable
- serialVersionUID:
- 4845L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Class org.tmatesoft.svn.core.internal.util.SVNSSLUtil.CertificateDoesNotConformConstraints extends java.security.cert.CertificateException implements Serializable
-
Class org.tmatesoft.svn.core.internal.util.SVNSSLUtil.CertificateNotTrustedException extends java.security.cert.CertificateException implements Serializable
- serialVersionUID:
- 4845L
-
-
Package org.tmatesoft.svn.core.internal.util.jna
-
Class org.tmatesoft.svn.core.internal.util.jna.ISVNWin32Library.DWORD extends com.sun.jna.IntegerType implements Serializable
- serialVersionUID:
- 1L
-
Class org.tmatesoft.svn.core.internal.util.jna.ISVNWin32Library.HRESULT extends com.sun.jna.NativeLong implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.tmatesoft.svn.core.internal.wc
-
Class org.tmatesoft.svn.core.internal.wc.IOExceptionWrapper extends java.io.IOException implements Serializable
- serialVersionUID:
- 4845L
-
Serialized Fields
-
myOriginalException
SVNException myOriginalException
-
-
Class org.tmatesoft.svn.core.internal.wc.SVNCancellableOutputStream.IOCancelException extends java.io.IOException implements Serializable
- serialVersionUID:
- 4845L
-