Class BooleanSystemProperty
java.lang.Object
com.atlassian.crowd.common.properties.AbstractSystemProperty<Boolean>
com.atlassian.crowd.common.properties.BooleanSystemProperty
-
Field Summary
Fields inherited from class com.atlassian.crowd.common.properties.AbstractSystemProperty
defaultValueSupplier, propertyName
-
Constructor Summary
ConstructorsConstructorDescriptionBooleanSystemProperty
(String propertyName, boolean defaultValue) BooleanSystemProperty
(String propertyName, BooleanSupplier defaultValueSupplier) -
Method Summary
Methods inherited from class com.atlassian.crowd.common.properties.AbstractSystemProperty
clearValue, getName, getValue, setRawValue, setValue
-
Constructor Details
-
BooleanSystemProperty
-
BooleanSystemProperty
public BooleanSystemProperty(@Nonnull String propertyName, @Nonnull BooleanSupplier defaultValueSupplier)
-
-
Method Details
-
fromString
- Specified by:
fromString
in classAbstractSystemProperty<Boolean>
-