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