Interface ConfigurableCondition<T extends Labelable>
- Type Parameters:
T- configuration type
- All Superinterfaces:
Condition,Configurable<T>,FailablePredicate<DocHandlerContext,IOException>
- All Known Implementing Classes:
BlankCondition,DateCondition,DomCondition,NumericCondition,ReferenceCondition,ScriptCondition,TextCondition
A condition backed by a configuration bean that supports an optional
user-supplied label.
-
Field Summary
Fields inherited from interface com.norconex.commons.lang.config.Configurable
PROPERTYFields inherited from interface org.apache.commons.lang3.function.FailablePredicate
FALSE, TRUE -
Method Summary
Methods inherited from interface com.norconex.commons.lang.config.Configurable
getConfigurationMethods inherited from interface org.apache.commons.lang3.function.FailablePredicate
and, negate, or, test