Serialized Form

  • Package org.apache.subversion.javahl

    • Exception org.apache.subversion.javahl.ClientException

      class ClientException extends NativeException implements java.io.Serializable
      serialVersionUID:
      1L
    • Class org.apache.subversion.javahl.ClientNotifyInformation

      class ClientNotifyInformation extends java.util.EventObject implements java.io.Serializable
      serialVersionUID:
      1L
    • Class org.apache.subversion.javahl.CommitInfo

      class CommitInfo extends java.lang.Object implements java.io.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

      class CommitItem extends java.lang.Object implements java.io.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

      class DiffSummary extends java.util.EventObject implements java.io.Serializable
      serialVersionUID:
      1L
    • Error org.apache.subversion.javahl.JNIError

      class JNIError extends java.lang.Error implements java.io.Serializable
      serialVersionUID:
      1L
    • Class org.apache.subversion.javahl.ProgressEvent

      class ProgressEvent extends java.lang.Object implements java.io.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 java.util.EventObject implements java.io.Serializable
      serialVersionUID:
      1L
    • Exception org.apache.subversion.javahl.SubversionException

      class SubversionException extends java.lang.Exception implements java.io.Serializable
      serialVersionUID:
      1L
  • Package org.apache.subversion.javahl.types

    • Class org.apache.subversion.javahl.types.ChangePath

      class ChangePath extends java.lang.Object implements java.io.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

      class Checksum extends java.lang.Object implements java.io.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 java.lang.Object implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • path
          java.lang.String path
          The source path or URL.
        • pegRevision
          Revision pegRevision
          The peg revision.
        • revision
          Revision revision
          The source revision.
    • Class org.apache.subversion.javahl.types.DirEntry

      class DirEntry extends java.lang.Object implements java.io.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

      class Info extends java.lang.Object implements java.io.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

      class Lock extends java.lang.Object implements java.io.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

      class LogDate extends java.lang.Object implements java.io.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

      class Mergeinfo extends java.lang.Object implements java.io.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

      class Revision extends java.lang.Object implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

    • Class org.apache.subversion.javahl.types.Revision.DateSpec

      class DateSpec extends Revision implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • revDate
          java.util.Date revDate
          the date
    • Class org.apache.subversion.javahl.types.Revision.Number

      class Number extends Revision implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • revNumber
          long revNumber
          the revision number
    • Class org.apache.subversion.javahl.types.RevisionRange

      class RevisionRange extends java.lang.Object implements java.io.Serializable
      serialVersionUID:
      1L
    • Class org.apache.subversion.javahl.types.Status

      class Status extends java.lang.Object implements java.io.Serializable
      serialVersionUID:
      2L
      • Serialized Fields

        • changelist
          java.lang.String changelist
          Set to the changelist of the item, or null 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, or NodeKind.none if not out of date.
        • reposLastCmtAuthor
          java.lang.String reposLastCmtAuthor
          Set to the user name of the youngest commit, or null 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, or Revision.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

      class ChangePath extends java.lang.Object implements java.io.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
    • Exception org.tigris.subversion.javahl.ClientException

      class ClientException extends NativeException implements java.io.Serializable
      serialVersionUID:
      1L
    • Class org.tigris.subversion.javahl.CommitItem

      class CommitItem extends java.lang.Object implements java.io.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

      class CopySource extends java.lang.Object implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • path
          java.lang.String path
          The source path or URL.
        • pegRevision
          Revision pegRevision
          The peg revision.
        • revision
          Revision revision
          The source revision.
    • Class org.tigris.subversion.javahl.DiffSummary

      class DiffSummary extends java.util.EventObject implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

    • Class org.tigris.subversion.javahl.DirEntry

      class DirEntry extends java.lang.Object implements java.io.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

      class Info extends java.lang.Object implements java.io.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

      class Info2 extends java.lang.Object implements java.io.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

      class Lock extends java.lang.Object implements java.io.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

      class LogDate extends java.lang.Object implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • cachedDate
          java.util.Calendar cachedDate
        • cachedString
          java.lang.String cachedString
        • timeMicros
          long timeMicros
    • Class org.tigris.subversion.javahl.LogMessage

      class LogMessage extends java.lang.Object implements java.io.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

      class Mergeinfo extends java.lang.Object implements java.io.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

      class NotifyInformation extends java.util.EventObject implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • action
          int action
          The NotifyAction which triggered this event.
        • changelistName
          java.lang.String changelistName
          The name of the changelist.
          Since:
          1.5
        • contentState
          int contentState
          The NotifyStatus of the content of the item.
        • errMsg
          java.lang.String errMsg
          Any error message for the item.
        • kind
          int kind
          The NodeKind of the item.
        • lock
          Lock lock
          Any lock for the item.
        • lockState
          int lockState
          The LockStatus 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
          The NotifyStatus of the properties of the item.
        • revision
          long revision
          The revision of the item.
    • Class org.tigris.subversion.javahl.ProgressEvent

      class ProgressEvent extends java.lang.Object implements java.io.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 java.lang.Object implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • revKind
          int revKind
          kind of revision specified
    • Class org.tigris.subversion.javahl.Revision.DateSpec

      class DateSpec extends Revision implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • revDate
          java.util.Date revDate
          the date
    • Class org.tigris.subversion.javahl.Revision.Number

      class Number extends Revision implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • revNumber
          long revNumber
          the revision number
    • Class org.tigris.subversion.javahl.RevisionRange

      class RevisionRange extends java.lang.Object implements java.io.Serializable
      serialVersionUID:
      1L
    • Class org.tigris.subversion.javahl.Status

      class Status extends java.lang.Object implements java.io.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
    • Exception org.tigris.subversion.javahl.SubversionException

      class SubversionException extends java.lang.Exception implements java.io.Serializable
      serialVersionUID:
      1L
  • Package org.tmatesoft.svn.core

    • Exception org.tmatesoft.svn.core.SVNAuthenticationException

      class SVNAuthenticationException extends SVNException implements java.io.Serializable
      serialVersionUID:
      4845L
    • Exception org.tmatesoft.svn.core.SVNCancelException

      class SVNCancelException extends SVNException implements java.io.Serializable
      serialVersionUID:
      4845L
    • Class org.tmatesoft.svn.core.SVNErrorCode

      class SVNErrorCode extends java.lang.Object implements java.io.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

      class SVNErrorMessage extends java.lang.Object implements java.io.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
    • Exception org.tmatesoft.svn.core.SVNException

      class SVNException extends java.lang.Exception implements java.io.Serializable
      serialVersionUID:
      4845L
    • Class org.tmatesoft.svn.core.SVNLogEntry

      class SVNLogEntry extends java.lang.Object implements java.io.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

      class SVNLogEntryPath extends java.lang.Object implements java.io.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

      class SVNNodeKind extends java.lang.Object implements java.io.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

      class SVNProperties extends java.lang.Object implements java.io.Serializable
      serialVersionUID:
      1L
      • Serialized Fields

    • Class org.tmatesoft.svn.core.SVNPropertyValue

      class SVNPropertyValue extends java.lang.Object implements java.io.Serializable
      serialVersionUID:
      4845L
      • Serialized Fields

        • myData
          byte[] myData
        • myValue
          java.lang.String myValue
  • Package org.tmatesoft.svn.core.internal.io.dav.http

  • Package org.tmatesoft.svn.core.internal.io.fs

    • Class org.tmatesoft.svn.core.internal.io.fs.FSID

      class FSID extends java.lang.Object implements java.io.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

      class FSPathChange extends SVNLogEntryPath implements java.io.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

      class FSPathChangeKind extends java.lang.Object implements java.io.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

  • Package org.tmatesoft.svn.core.internal.util

  • Package org.tmatesoft.svn.core.internal.util.jna

  • Package org.tmatesoft.svn.core.internal.wc