Class AbstractPropertiesToggleConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesToggleConfigs
-
- Direct Known Subclasses:
EmailConfigs,HardwareMonitoringConfigs,IncidentConfigs,MvcConfigs,WebsocketsFeatureHardwareConfigs
public abstract class AbstractPropertiesToggleConfigs extends AbstractPropertiesConfigs
-
-
Constructor Summary
Constructors Constructor Description AbstractPropertiesToggleConfigs()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidassertProperties()abstract booleanisEnabled()
-
-
-
Method Detail
-
isEnabled
public abstract boolean isEnabled()
-
assertProperties
public void assertProperties()
- Overrides:
assertPropertiesin classAbstractPropertiesConfigs
-
-