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
myAmbientDepth
(package private) boolean
myIsAmbientlyExcluded
(package private) java.io.File
myPath
-
Constructor Summary
Constructors Modifier Constructor Description private
DirBaton()
-
-
-
Field Detail
-
myIsAmbientlyExcluded
boolean myIsAmbientlyExcluded
-
myAmbientDepth
SVNDepth myAmbientDepth
-
myPath
java.io.File myPath
-
-