protected static class PathCondition.WildcardSubPath<P extends Path> extends PathCondition.SubPathCondition<P>
| Modifier | Constructor and Description |
|---|---|
protected |
WildcardSubPath(P path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
passes(P value)
Returns true if the incoming path is equal to the specified path, or a decendant of it, if andDescendents is
true.
|
create, getPath, toStringprotected WildcardSubPath(P path)
public boolean passes(P value)
PathCondition.SubPathCondition