Class AllConstraint
java.lang.Object
io.fluxcapacitor.common.api.search.constraints.AllConstraint
- All Implemented Interfaces:
Constraint
public class AllConstraint extends Object implements Constraint
-
Field Summary
Fields inherited from interface io.fluxcapacitor.common.api.search.Constraint
noOp -
Constructor Summary
Constructors Constructor Description AllConstraint() -
Method Summary
Modifier and Type Method Description static Constraintall(Constraint... constraints)static Constraintall(List<Constraint> constraints)booleanhasPathConstraint()booleanmatches(Document document)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
-
AllConstraint
public AllConstraint()
-
-
Method Details
-
all
-
all
-
matches
- Specified by:
matchesin interfaceConstraint
-
hasPathConstraint
public boolean hasPathConstraint()- Specified by:
hasPathConstraintin interfaceConstraint
-