Class ConditionAnd

  • All Implemented Interfaces:
    ComponentLifecycle, Condition

    @ComponentProfile(summary="Allows you to test multiple conditions, where all must return true.",
                      tag="condition")
    public class ConditionAnd
    extends ConditionListImpl

    This Condition allows you to configure a list of child Condition's where all must evaluate to "true".

    In the adapter configuration file this class is aliased as and which is the preferred alternative to the fully qualified classname when building your configuration.