Class SVNAmbientDepthFilterEditor.DirBaton

java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNAmbientDepthFilterEditor.DirBaton
Enclosing class:
SVNAmbientDepthFilterEditor

private class SVNAmbientDepthFilterEditor.DirBaton extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) SVNDepth
     
    (package private) boolean
     
    (package private) java.io.File
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • myIsAmbientlyExcluded

      boolean myIsAmbientlyExcluded
    • myAmbientDepth

      SVNDepth myAmbientDepth
    • myPath

      java.io.File myPath
  • Constructor Details

    • DirBaton

      private DirBaton()