private class SVNDepthFilterEditor.NodeBaton
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
myDirDepth |
(package private) boolean |
myIsFiltered |
(package private) SVNDepthFilterEditor.NodeBaton |
myParentBaton |
| Constructor and Description |
|---|
NodeBaton(boolean isFiltered,
int depth,
SVNDepthFilterEditor.NodeBaton parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEdit(SVNNodeKind entryKind) |
boolean myIsFiltered
int myDirDepth
SVNDepthFilterEditor.NodeBaton myParentBaton
public NodeBaton(boolean isFiltered,
int depth,
SVNDepthFilterEditor.NodeBaton parent)
public boolean canEdit(SVNNodeKind entryKind) throws SVNException
SVNException