Class SVNRemoteStatusEditor.DirectoryInfo

java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNRemoteStatusEditor.DirectoryInfo
All Implemented Interfaces:
ISVNStatusHandler
Enclosing class:
SVNRemoteStatusEditor

private class SVNRemoteStatusEditor.DirectoryInfo extends java.lang.Object implements ISVNStatusHandler
  • Field Details

    • myPath

      public java.io.File myPath
    • myName

      public java.lang.String myName
    • myURL

      public SVNURL myURL
    • myParent

    • myDepth

      public SVNDepth myDepth
    • myRemoteRevision

      public SVNRevision myRemoteRevision
    • myRemoteDate

      public java.util.Date myRemoteDate
    • myRemoteAuthor

      public java.lang.String myRemoteAuthor
    • myRemoteKind

      public SVNNodeKind myRemoteKind
    • myIsAdded

      public boolean myIsAdded
    • myIsPropertiesChanged

      public boolean myIsPropertiesChanged
    • myIsContentsChanged

      public boolean myIsContentsChanged
    • myChildrenStatuses

      public java.util.Map myChildrenStatuses
  • Constructor Details

  • Method Details