Interface | Description |
---|---|
Condition<T> |
Interface that declares a condition.
|
Class | Description |
---|---|
AndCondition<T> |
Condition that provides a logical AND operation on manipulated conditions.
|
CompositeCondition<T> |
Base class for operators that handle several sub-conditions like AND operator
and OR operator.
|
FixedCondition<T> |
Basic condition that always give the same result: the result you provided at
construction.
|
NotCondition<T> |
Condition that provides a logical NOT operation on manipulated condition.
|
OrCondition<T> |
Condition that provides a logical OR operation on manipulated conditions.
|
PropertyPatternCondition<T> |
Condition that checks if the provided property value matches the provided
pattern.
|
PropertyValueCondition<T> |
Condition that checks if the provided property value is the same as the
provided value.
|
RequiredClassCondition<T> |
Condition that checks if the provided class is available in the classpath.
|
RequiredPropertyCondition<T> |
Condition that checks if the provided property is defined either in the
system property or in the provided properties.
|
Copyright © 2021. All rights reserved.