Class SVNWCContext.ObstructionData
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc17.SVNWCContext.ObstructionData
-
- Enclosing class:
- SVNWCContext
public static class SVNWCContext.ObstructionData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
deleted
boolean
excluded
SVNNodeKind
kind
SVNStatusType
obstructionState
SVNDepth
parentDepth
-
Constructor Summary
Constructors Constructor Description ObstructionData()
-
-
-
Field Detail
-
obstructionState
public SVNStatusType obstructionState
-
deleted
public boolean deleted
-
excluded
public boolean excluded
-
kind
public SVNNodeKind kind
-
parentDepth
public SVNDepth parentDepth
-
-