Class SVNRemoteStatusEditor17.DirectoryInfo

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNRemoteStatusEditor17.DirectoryInfo
All Implemented Interfaces:
ISvnObjectReceiver<SvnStatus>
Enclosing class:
SVNRemoteStatusEditor17

private class SVNRemoteStatusEditor17.DirectoryInfo extends java.lang.Object implements ISvnObjectReceiver<SvnStatus>
  • Field Details

    • localAbsPath

      private java.io.File localAbsPath
    • name

      private java.lang.String name
    • parent

    • statii

      private java.util.TreeMap<java.io.File,SvnStatus> statii
    • ood_changed_rev

      private long ood_changed_rev
    • ood_changed_date

      private SVNDate ood_changed_date
    • ood_kind

      private SVNNodeKind ood_kind
    • ood_changed_author

      private java.lang.String ood_changed_author
    • excluded

      private boolean excluded
    • depth

      private SVNDepth depth
    • added

      private boolean added
    • prop_changed

      private boolean prop_changed
    • text_changed

      private boolean text_changed
    • repositoryRelativePath

      private java.lang.String repositoryRelativePath
  • Constructor Details

  • Method Details