class EnabledOnOsCondition extends AbstractOsBasedExecutionCondition<EnabledOnOs>
EnabledOnOsCURRENT_ARCHITECTURE, CURRENT_OS| Constructor and Description |
|---|
EnabledOnOsCondition() |
| Modifier and Type | Method and Description |
|---|---|
(package private) ConditionEvaluationResult |
evaluateExecutionCondition(EnabledOnOs annotation) |
private boolean |
isEnabledBasedOnArchitecture(EnabledOnOs annotation) |
private boolean |
isEnabledBasedOnOs(EnabledOnOs annotation) |
createReason, evaluateExecutionConditionConditionEvaluationResult evaluateExecutionCondition(EnabledOnOs annotation)
evaluateExecutionCondition in class AbstractOsBasedExecutionCondition<EnabledOnOs>private boolean isEnabledBasedOnOs(EnabledOnOs annotation)
private boolean isEnabledBasedOnArchitecture(EnabledOnOs annotation)