Package nxt.configuration
Class ConfigProperty
java.lang.Object
nxt.configuration.ConfigProperty
-
Method Details
-
isValidValue
Checks if a given value is valid for this property.This doesn't change any internal value, it's just a validation that can be used to accept new values.
- Parameters:
value- the value to check- Returns:
- true if the provided value is valid for this property
-
getName
-
getGroup
-
getDescription
-
getDefaultValue
-
getInstallerValue
-
getConfiguredValue
-
getType
-
isList
public boolean isList() -
getMin
-
getMax
-