Class AnyOf
java.lang.Object
com.norconex.importer.handler.condition.ConditionGroup
com.norconex.importer.handler.condition.AnyOf
- All Implemented Interfaces:
Condition,Labelable,FailablePredicate<DocHandlerContext,IOException>
-
Field Summary
FieldsFields inherited from interface org.apache.commons.lang3.function.FailablePredicate
FALSE, TRUE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.norconex.importer.handler.condition.ConditionGroup
getConditions, getLabel, setLabelMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.commons.lang3.function.FailablePredicate
and, negate, or
-
Field Details
-
NAME
Serialization ID name.- See Also:
-
-
Constructor Details
-
AnyOf
-
-
Method Details
-
test
-
equals
- Overrides:
equalsin classConditionGroup
-
canEqual
- Overrides:
canEqualin classConditionGroup
-
hashCode
public int hashCode()- Overrides:
hashCodein classConditionGroup
-
toString
- Overrides:
toStringin classConditionGroup
-