Package net.anotheria.anosite.guard
Class SystemIsNotDevGuard
- java.lang.Object
-
- net.anotheria.anosite.guard.SystemEnvironmentAbstractGuard
-
- net.anotheria.anosite.guard.SystemIsDevGuard
-
- net.anotheria.anosite.guard.SystemIsNotDevGuard
-
- All Implemented Interfaces:
ConditionalGuard
public class SystemIsNotDevGuard extends SystemIsDevGuard
-
-
Constructor Summary
Constructors Constructor Description SystemIsNotDevGuard()
-
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.SystemIsDevGuard
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 classSystemIsDevGuard- Returns:
- boolean value.
-
-