Class PathConstraint
java.lang.Object
io.fluxcapacitor.common.api.search.constraints.PathConstraint
- All Implemented Interfaces:
Constraint
- Direct Known Subclasses:
BetweenConstraint,ContainsConstraint,ExistsConstraint,FindConstraint,MatchConstraint
public abstract class PathConstraint extends Object implements Constraint
-
Field Summary
Fields inherited from interface io.fluxcapacitor.common.api.search.Constraint
noOp -
Constructor Summary
Constructors Constructor Description PathConstraint() -
Method Summary
Modifier and Type Method Description protected booleancheckPathBeforeEntry()abstract StringgetPath()booleanhasPathConstraint()booleanmatches(Document document)protected abstract booleanmatches(Document.Entry entry)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.common.api.search.Constraint
and, decompose, or
-
Constructor Details
-
PathConstraint
public PathConstraint()
-
-
Method Details
-
getPath
-
matches
-
matches
- Specified by:
matchesin interfaceConstraint
-
hasPathConstraint
public boolean hasPathConstraint()- Specified by:
hasPathConstraintin interfaceConstraint
-
checkPathBeforeEntry
protected boolean checkPathBeforeEntry()
-