DescriptablePathChooser
public interface PathChooser
Modifier and Type | Method | Description |
---|---|---|
boolean |
checkPathComponent(int depth,
java.lang.Object component) |
Checks if
depth 'th path components fits the requirements. |
int |
getDepth() |
Return requiered depth of the path.
|
boolean checkPathComponent(int depth, java.lang.Object component)
depth
'th path components fits the requirements.depth
- A depth of the component.component
- A path component to be checked.int getDepth()