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 booleandeletedbooleanexcludedSVNNodeKindkindSVNStatusTypeobstructionStateSVNDepthparentDepth
-
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
-
-