Class SVNAmbientDepthFilterEditor17.AmbientReadInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNAmbientDepthFilterEditor17.AmbientReadInfo
-
- Enclosing class:
- SVNAmbientDepthFilterEditor17
private class SVNAmbientDepthFilterEditor17.AmbientReadInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description SVNDepth
depth
boolean
hidden
ISVNWCDb.SVNWCDbKind
kind
ISVNWCDb.SVNWCDbStatus
status
-
Constructor Summary
Constructors Modifier Constructor Description private
AmbientReadInfo()
-
-
-
Field Detail
-
hidden
public boolean hidden
-
status
public ISVNWCDb.SVNWCDbStatus status
-
kind
public ISVNWCDb.SVNWCDbKind kind
-
depth
public SVNDepth depth
-
-