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