Serialized Form
- 
Package org.apache.subversion.javahl- 
Class org.apache.subversion.javahl.ClientException extends org.apache.subversion.javahl.NativeException implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
messageStackList<ClientException.ErrorMessage> messageStack 
 
- 
 
- 
Class org.apache.subversion.javahl.ClientNotifyInformation extends EventObject implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
actionClientNotifyInformation.Action action TheClientNotifyInformation.Actionwhich triggered this event.
- 
changelistNameString changelistName The name of the changelist.
- 
contentStateClientNotifyInformation.Status contentState TheClientNotifyInformation.Statusof the content of the item.
- 
errMsgString errMsg Any error message for the item.
- 
errMsgStackList<ClientException.ErrorMessage> errMsgStack A detailed stack of error messages for the item.- See Also:
- ClientException
 
- 
hunkFuzzint hunkFuzz 
- 
hunkMatchedLinelong hunkMatchedLine 
- 
hunkModifiedLengthlong hunkModifiedLength 
- 
hunkModifiedStartlong hunkModifiedStart 
- 
hunkOriginalLengthlong hunkOriginalLength 
- 
hunkOriginalStartlong hunkOriginalStart 
- 
kindNodeKind kind TheNodeKindof the item.
- 
lockLock lock Any lock for the item.
- 
lockStateClientNotifyInformation.LockStatus lockState TheClientNotifyInformation.LockStatusof the lock of the item.
- 
mergeRangeRevisionRange mergeRange The range of the merge just beginning to occur.
- 
mimeTypeString mimeType The MIME type of the item.
- 
oldRevisionlong oldRevision 
- 
pathString path Path, either absolute or relative to the current working directory (i.e., not relative to an anchor).pathisnull when the real target is an URL that is available inClientNotifyInformation.url.
- 
pathPrefixString pathPrefix A common absolute path prefix that can be subtracted from .path.
- 
propNameString propName 
- 
propStateClientNotifyInformation.Status propState TheClientNotifyInformation.Statusof the properties of the item.
- 
revisionlong revision The revision of the item.
- 
revPropsMap<String,String> revProps 
- 
urlString url Similar toClientNotifyInformation.path, but when notnull, the notification is about a UR>.
 
- 
 
- 
Class org.apache.subversion.javahl.CommitInfo extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.CommitItem extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
copyUrlString copyUrl the source of the copy
- 
movedFromPathString movedFromPath the source of the move
- 
nodeKindNodeKind nodeKind the kind node (file or directory)
- 
pathString path the pathname of the item to be commit
- 
revisionlong revision the revision
- 
stateFlagsint stateFlags the kind of change to be committed (See CommitItemStateFlages)
- 
urlString url the url of the item
 
- 
 
- 
Class org.apache.subversion.javahl.DiffSummary extends EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
diffKindDiffSummary.DiffKind diffKind 
- 
nodeKindNodeKind nodeKind 
- 
propsChangedboolean propsChanged 
 
- 
 
- 
Class org.apache.subversion.javahl.ISVNRemote.FileRevision extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.ISVNRemote.LocationSegment extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
endRevisionlong endRevision 
- 
pathString path 
- 
startRevisionlong startRevision 
 
- 
 
- 
Class org.apache.subversion.javahl.JNIError extends Error implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.ProgressEvent extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
progresslong progress The number of bytes already transferred.
- 
totallong total The total number of bytes, or-1if not known.
 
- 
 
- 
Class org.apache.subversion.javahl.ReposNotifyInformation extends EventObject implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
actionReposNotifyInformation.Action action TheReposNotifyInformation.Actionwhich triggered this event.
- 
newRevisionlong newRevision 
- 
nodeActionReposNotifyInformation.NodeAction nodeAction 
- 
oldRevisionlong oldRevision 
- 
pathString path 
- 
revisionlong revision The revision of the item.
- 
shardlong shard 
- 
warningString warning The warning text.
 
- 
 
- 
Class org.apache.subversion.javahl.SubversionException extends Exception implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.SVNUtil.Credential extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
failuresAuthnCallback.SSLServerCertFailures failures 
- 
infoAuthnCallback.SSLServerCertInfo info 
- 
kindSVNUtil.Credential.Kind kind 
- 
passphraseString passphrase 
- 
passwordString password 
- 
realmString realm 
- 
storeString store 
- 
usernameString username 
 
- 
 
- 
Class org.apache.subversion.javahl.SVNUtil.CredentialTypeMismatch extends SubversionException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.subversion.javahl.callback- 
Class org.apache.subversion.javahl.callback.AuthnCallback.SSLClientCertPassphraseResult extends AuthnCallback.AuthnResult implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.callback.AuthnCallback.SSLClientCertResult extends AuthnCallback.AuthnResult implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertFailures extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
failuresint failures 
 
- 
 
- 
Class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerCertInfo extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.callback.AuthnCallback.SSLServerTrustResult extends AuthnCallback.AuthnResult implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.callback.AuthnCallback.UsernameResult extends AuthnCallback.AuthnResult implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.callback.AuthnCallback.UserPasswordResult extends AuthnCallback.AuthnResult implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.callback.RemoteStatus.Entry extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.subversion.javahl.remote- 
Class org.apache.subversion.javahl.remote.RetryOpenSession extends SubversionException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
correctedUrlString correctedUrl 
 
- 
 
 
- 
- 
Package org.apache.subversion.javahl.types- 
Class org.apache.subversion.javahl.types.ChangePath extends Object implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
actionChangePath.Action action 'A'dd, 'D'elete, 'R'eplace, 'M'odify
- 
copySrcPathString copySrcPath Source path of copy (if any).
- 
copySrcRevisionlong copySrcRevision Source revision of copy (if any).
- 
nodeKindNodeKind nodeKind The kind of the changed path.
- 
pathString path Path of committed item
- 
propModsTristate propMods Whether the properties were modified.
- 
textModsTristate textMods Whether the text was modified.
 
- 
 
- 
Class org.apache.subversion.javahl.types.Checksum extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
digestbyte[] digest Digest of the checksum
- 
kindChecksum.Kind kind Kind of the Checksum
 
- 
 
- 
Class org.apache.subversion.javahl.types.CopySource extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.types.DirEntry extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
absPathString absPath the absolute path of the entry
- 
hasPropsboolean hasProps flag if the item has properties managed by subversion
- 
lastAuthorString lastAuthor the name of the author of the last change
- 
lastChangedlong lastChanged the date of the last change in nanoseconds since 01/01/1970
- 
lastChangedRevisionlong lastChangedRevision the revision number of the last change
- 
nodeKindNodeKind nodeKind the kind of the node (directory or file)
- 
pathString path the pathname of the entry
- 
sizelong size the size of the file
 
- 
 
- 
Class org.apache.subversion.javahl.types.ExternalItem extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.types.Info extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
changelistNameString changelistName The name of the changelist.
- 
checksumChecksum checksum the checksum of the item
- 
conflictSet<ConflictDescriptor> conflict Info on any tree conflict of which this node is a victim.
- 
copyFromRevlong copyFromRev if the item was copied, the source rev
- 
copyFromUrlString copyFromUrl if the item was copied, the source url
- 
depthDepth depth The depth of the item.
- 
hasWcInfoboolean hasWcInfo the flag if the remaining fields are set
- 
kindNodeKind kind the item kinds
- 
lastChangedAuthorString lastChangedAuthor the author of the last change
- 
lastChangedDatelong lastChangedDate the date of the last change in ns
- 
lastChangedRevlong lastChangedRev the revision of the last change
- 
lockLock lock the information about any lock (may be null)
- 
pathString path the path of the item
- 
reposRootUrlString reposRootUrl the root URL of the repository
- 
reposSizelong 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.
- 
reposUUIDString reposUUID the UUID of the repository
- 
revlong rev the revision of the item
- 
scheduleInfo.ScheduleKind schedule the scheduled operation at next commit
- 
textTimelong textTime the last time the item was changed in ns
- 
urlString url the url of the item
- 
wcrootString wcroot the working copy root
- 
workingSizelong workingSize The size of the file after being translated into its local representation, or-1if unknown. Not applicable for directories.
 
- 
 
- 
Class org.apache.subversion.javahl.types.Lock extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
commentString comment the comment provided during the lock operation
- 
creationDatelong creationDate the date when the lock was created
- 
expirationDatelong expirationDate the date when the lock will expire
- 
ownerString owner the owner of the lock
- 
pathString path the path of the locked item
- 
tokenString token the token provided during the lock operation
 
- 
 
- 
Class org.apache.subversion.javahl.types.LogDate extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.subversion.javahl.types.Mergeinfo extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
mergeSourcesMap<String,List<RevisionRange>> mergeSources A mapping of repository-relative paths to a list of revision ranges.
 
- 
 
- 
Class org.apache.subversion.javahl.types.Revision extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
revKindRevision.Kind revKind kind of revision specified
 
- 
 
- 
Class org.apache.subversion.javahl.types.Revision.DateSpec extends Revision implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
revDateDate revDate the date
 
- 
 
- 
Class org.apache.subversion.javahl.types.Revision.Number extends Revision implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
revNumberlong revNumber the revision number
 
- 
 
- 
Class org.apache.subversion.javahl.types.RevisionRange extends Object implements Serializable- serialVersionUID:
- 2L
 
- 
Class org.apache.subversion.javahl.types.RevisionRangeList extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
rangesList<RevisionRange> ranges 
 
- 
 
- 
Class org.apache.subversion.javahl.types.Status extends Object implements Serializable- serialVersionUID:
- 3L
 - 
Serialized Fields- 
changelistString changelist Set to the changelist of the item, ornullif not under version control.
- 
copiedboolean copied has this item be copied from another item
- 
depthDepth depth The depth of the node as recorded in the working copy.- Since:
- 1.9
 
- 
fileExternalboolean fileExternal has the item is a file external
- 
isConflictedboolean isConflicted is this item in a conflicted state
- 
lastChangedDatelong lastChangedDate the last date the item was changed before base (represented in microseconds since the epoch)
- 
lastChangedRevisionlong lastChangedRevision the last revision the item was changed before base
- 
lastCommitAuthorString lastCommitAuthor the last author of the last change before base
- 
localLockLock localLock the current lock
- 
lockedboolean locked flag is this item is locked locally by subversion (running or aborted operation)
- 
movedFromAbspathString movedFromAbspath 
- 
movedToAbspathString movedToAbspath 
- 
nodeKindNodeKind nodeKind kind of the item (file, directory or unknonw)
- 
nodeStatusStatus.Kind nodeStatus The status of the node, based on restructuring changes; if the node has no restructuring changes, it's based on textStatus and propStatus.- Since:
- 1.9
 
- 
pathString path the path in the working copy
- 
propStatusStatus.Kind propStatus The status of the properties.
- 
repositoryNodeStatusStatus.Kind repositoryNodeStatus The status of the node, based on text and property status, unless the node has restructuring changes.- Since:
- 1.9
 
- 
repositoryPropStatusStatus.Kind repositoryPropStatus the status of the properties base (See StatusKind)
- 
repositoryTextStatusStatus.Kind repositoryTextStatus the file or directory status of base (See StatusKind)
- 
reposKindNodeKind reposKind Set to the node kind of the youngest commit, orNodeKind.noneif not out of date.
- 
reposLastCmtAuthorString reposLastCmtAuthor Set to the user name of the youngest commit, ornullif not out of date.
- 
reposLastCmtDatelong reposLastCmtDate Set to the most recent commit date, or 0 if not out of date.
- 
reposLastCmtRevisionlong reposLastCmtRevision Set to the youngest committed revision, orRevision.SVN_INVALID_REVNUMif not out of date.
- 
reposLockLock reposLock the lock in the repository
- 
revisionlong revision the base revision of the working copy
- 
switchedboolean switched has the url of the item be switch
- 
textStatusStatus.Kind textStatus The file or directory status, not including restructuring changes.
- 
urlString url the url for accessing the item
 
- 
 
 
- 
- 
Package org.tigris.subversion.javahl- 
Class org.tigris.subversion.javahl.ChangePath extends Object implements Serializable- serialVersionUID:
- 2L
 
- 
Class org.tigris.subversion.javahl.ClientException extends org.tigris.subversion.javahl.NativeException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.tigris.subversion.javahl.CommitItem extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
copyUrlString copyUrl the source of the copy
- 
nodeKindint nodeKind the kind node (file or directory)
- 
pathString path the pathname of the item to be commit
- 
revisionlong revision the revision
- 
stateFlagsint stateFlags the kind of change to be committed (See CommitItemStateFlages)
- 
urlString url the url of the item
 
- 
 
- 
Class org.tigris.subversion.javahl.CopySource extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.tigris.subversion.javahl.DiffSummary extends EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
diffKindDiffSummary.DiffKind diffKind 
- 
nodeKindint nodeKind 
- 
propsChangedboolean propsChanged 
 
- 
 
- 
Class org.tigris.subversion.javahl.DirEntry extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
absPathString absPath the absolute path of the entry
- 
hasPropsboolean hasProps flag if the item has properties managed by subversion
- 
lastAuthorString lastAuthor the name of the author of the last change
- 
lastChangedlong lastChanged the date of the last change in nanoseconds since 01/01/1970
- 
lastChangedRevisionlong lastChangedRevision the revision number of the last change
- 
nodeKindint nodeKind the kind of the node (directory or file)
- 
pathString path the pathname of the entry
- 
sizelong size the size of the file
 
- 
 
- 
Class org.tigris.subversion.javahl.Info extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
absentboolean absent the item is absent
- 
authorString author the author of the last commit before base
- 
copiedboolean copied the item was copied
- 
copyRevlong copyRev the copy source revision
- 
copyUrlString copyUrl the copy source url
- 
deletedboolean deleted the item was deleted
- 
incompleteboolean incomplete the item is incomplete
- 
lastChangedDateDate lastChangedDate the date of the last commit
- 
lastChangedRevisionlong lastChangedRevision the last revision the item before base
- 
lastDatePropsUpdateDate lastDatePropsUpdate the last up-to-date time for the properties
- 
lastDateTextUpdateDate lastDateTextUpdate the last up-to-date time for the text context
- 
nameString name the name of the item
- 
nodeKindint nodeKind the kind of node (file or directory or unknown
- 
repositoryString repository the repository url
- 
revisionlong revision the last revision this item was updated
- 
scheduleint schedule the schedule on the next commit (see NodeKind)
- 
urlString url the url of the item
- 
uuidString uuid the uuid of the repository
 
- 
 
- 
Class org.tigris.subversion.javahl.Info2 extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
changelistNameString changelistName The name of the changelist.- Since:
- 1.5
 
- 
checksumString checksum the checksum of the item
- 
conflictNewString conflictNew if the item is in conflict, the filename of the last repository version file
- 
conflictOldString conflictOld if the item is in conflict, the filename of the base version file
- 
conflictWrkString conflictWrk if the item is in conflict, the filename of the working copy version file
- 
copyFromRevlong copyFromRev if the item was copied, the source rev
- 
copyFromUrlString copyFromUrl if the item was copied, the source url
- 
depthint depth The depth of the item.- Since:
- 1.6
 
- 
hasWcInfoboolean hasWcInfo the flag if the remaining fields are set
- 
kindint kind the item kinds (see NodeKind)
- 
lastChangedAuthorString lastChangedAuthor the author of the last change
- 
lastChangedDatelong lastChangedDate the date of the last change in ns
- 
lastChangedRevlong lastChangedRev the revision of the last change
- 
lockLock lock the information about any lock (may be null)
- 
pathString path the path of the item
- 
prejfileString prejfile the property reject file
- 
propTimelong propTime the last time the properties of the items were changed in ns
- 
reposRootUrlString reposRootUrl the root URL of the repository
- 
reposSizelong 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.
 
- 
reposUUIDString reposUUID the UUID of the repository
- 
revlong rev the revision of the item
- 
scheduleint schedule the scheduled operation at next commit (see ScheduleKind)
- 
textTimelong textTime the last time the item was changed in ns
- 
treeConflictConflictDescriptor treeConflict Info on any tree conflict of which this node is a victim.- Since:
- 1.6
 
- 
urlString url the url of the item
- 
workingSizelong workingSize The size of the file after being translated into its local representation, or-1if unknown. Not applicable for directories.- Since:
- 1.5
 
 
- 
 
- 
Class org.tigris.subversion.javahl.Lock extends Object implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
commentString comment the comment provided during the lock operation
- 
creationDatelong creationDate the date when the lock was created
- 
expirationDatelong expirationDate the date when the lock will expire
- 
ownerString owner the owner of the lock
- 
pathString path the path of the locked item
- 
tokenString token the token provided during the lock operation
 
- 
 
- 
Class org.tigris.subversion.javahl.LogDate extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.tigris.subversion.javahl.LogMessage extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
authorString author The author of the commit.
- 
changedPathsChangePath[] changedPaths The items changed by this commit (only set when SVNClientInterface.logMessages is used with discoverPaths true).
- 
dateDate date The date of the commit.
- 
messageString message The log message for the revision.
- 
revisionlong revision The number of the revision.
- 
timeMicroslong 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 Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
mergeSourcesMap<String,List<RevisionRange>> mergeSources A mapping of repository-relative paths to a list of revision ranges.
 
- 
 
- 
Class org.tigris.subversion.javahl.NotifyInformation extends EventObject implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
actionint action TheNotifyActionwhich triggered this event.
- 
changelistNameString changelistName The name of the changelist.- Since:
- 1.5
 
- 
contentStateint contentState TheNotifyStatusof the content of the item.
- 
errMsgString errMsg Any error message for the item.
- 
kindint kind TheNodeKindof the item.
- 
lockLock lock Any lock for the item.
- 
lockStateint lockState TheLockStatusof the lock of the item.
- 
mergeRangeRevisionRange mergeRange The range of the merge just beginning to occur.- Since:
- 1.5
 
- 
mimeTypeString mimeType The MIME type of the item.
- 
pathPrefixString pathPrefix A common absolute path prefix that can be subtracted from .path.- Since:
- 1.6
 
- 
propStateint propState TheNotifyStatusof the properties of the item.
- 
revisionlong revision The revision of the item.
 
- 
 
- 
Class org.tigris.subversion.javahl.ProgressEvent extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
progresslong progress The number of bytes already transferred.
- 
totallong total The total number of bytes, or-1if not known.
 
- 
 
- 
Class org.tigris.subversion.javahl.Revision extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
revKindint revKind kind of revision specified
 
- 
 
- 
Class org.tigris.subversion.javahl.Revision.DateSpec extends Revision implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
revDateDate revDate the date
 
- 
 
- 
Class org.tigris.subversion.javahl.Revision.Number extends Revision implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
revNumberlong revNumber the revision number
 
- 
 
- 
Class org.tigris.subversion.javahl.RevisionRange extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.tigris.subversion.javahl.Status extends Object implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
changelistString changelist - Since:
- 1.5
 Set to the changelist of the item, or nullif not under version control.
 
- 
conflictDescriptorConflictDescriptor conflictDescriptor - Since:
- 1.6 description of the tree conflict
 
- 
conflictNewString conflictNew if there is a conflict, the filename of the new version from the repository
- 
conflictOldString conflictOld if there is a conflict, the filename of the common base version from the repository
- 
conflictWorkingString conflictWorking if there is a conflict, the filename of the former working copy version
- 
copiedboolean copied has this item be copied from another item
- 
fileExternalboolean fileExternal has the item is a file external
- 
lastChangedDatelong lastChangedDate the last date the item was changed before base (represented in microseconds since the epoch)
- 
lastChangedRevisionlong lastChangedRevision the last revision the item was changed before base
- 
lastCommitAuthorString lastCommitAuthor the last author of the last change before base
- 
lockCommentString lockComment - Since:
- 1.2 comment specified for the lock (null if not locked)
 
- 
lockCreationDatelong lockCreationDate - Since:
- 1.2 date of the creation of the lock (represented in microseconds since the epoch)
 
- 
lockedboolean locked flag is this item is locked locally by subversion (running or aborted operation)
- 
lockOwnerString lockOwner - Since:
- 1.2 owner of the lock (null if not locked)
 
- 
lockTokenString lockToken - Since:
- 1.2 token specified for the lock (null if not locked)
 
- 
nodeKindint nodeKind kind of the item (file, directory or unknonw)
- 
pathString path the path in the working copy
- 
propStatusint propStatus the status of the properties (See StatusKind)
- 
repositoryPropStatusint repositoryPropStatus the status of the properties base (See StatusKind)
- 
repositoryTextStatusint repositoryTextStatus the file or directory status of base (See StatusKind)
- 
reposKindint reposKind - Since:
- 1.3
 Set to the node kind of the youngest commit, or NodeKind.noneif not out of date.
 
- 
reposLastCmtAuthorString reposLastCmtAuthor - Since:
- 1.3
 Set to the user name of the youngest commit, or
 nullif not out of date.
 
- 
reposLastCmtDatelong reposLastCmtDate - Since:
- 1.3 Set to the most recent commit date, or 0 if not out of date.
 
- 
reposLastCmtRevisionlong reposLastCmtRevision - Since:
- 1.3
 Set to the youngest committed revision, or Revision.SVN_INVALID_REVNUMif not out of date.
 
- 
reposLockLock reposLock - Since:
- 1.2 the lock in the repository
 
- 
revisionlong revision the base revision of the working copy
- 
revisionCopiedFromlong revisionCopiedFrom if copied, the revision number of the copy source
- 
switchedboolean switched has the url of the item be switch
- 
textStatusint textStatus the file or directory status (See StatusKind)
- 
treeConflictedboolean treeConflicted - Since:
- 1.6 is this item in a tree conflicted state
 
- 
urlString url the url for accessing the item
- 
urlCopiedFromString urlCopiedFrom if copied, the url of the copy source
 
- 
 
- 
Class org.tigris.subversion.javahl.SubversionException extends Exception implements Serializable- serialVersionUID:
- 1L
 
 
-