Package net.anotheria.anosite.guard
Class SystemIsNotPreprodGuard
- java.lang.Object
-
- net.anotheria.anosite.guard.SystemEnvironmentAbstractGuard
-
- net.anotheria.anosite.guard.SystemIsPreprodGuard
-
- net.anotheria.anosite.guard.SystemIsNotPreprodGuard
-
- All Implemented Interfaces:
ConditionalGuard
public class SystemIsNotPreprodGuard extends SystemIsPreprodGuard
-
-
Constructor Summary
Constructors Constructor Description SystemIsNotPreprodGuard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanshouldMatch()Override this method in a way that it would return true if environments should match, false otherwise.-
Methods inherited from class net.anotheria.anosite.guard.SystemIsPreprodGuard
getTargetEnvironmentName
-
Methods inherited from class net.anotheria.anosite.guard.SystemEnvironmentAbstractGuard
isConditionFullfilled
-
-
-
-
Method Detail
-
shouldMatch
protected boolean shouldMatch()
Description copied from class:SystemEnvironmentAbstractGuardOverride this method in a way that it would return true if environments should match, false otherwise.- Overrides:
shouldMatchin classSystemIsPreprodGuard- Returns:
- boolean value.
-
-