Class ConfigChange.BooleanToString
java.lang.Object
com.djrapitops.plan.settings.config.changes.ConfigChange.BooleanToString
- All Implemented Interfaces:
ConfigChange
- Enclosing interface:
- ConfigChange
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.djrapitops.plan.settings.config.changes.ConfigChange
ConfigChange.BooleanToString, ConfigChange.Copied, ConfigChange.Moved, ConfigChange.MoveLevelDown, ConfigChange.Removed, ConfigChange.RemovedComment
-
Constructor Summary
ConstructorDescriptionBooleanToString
(String oldPath, String newPath, String valueIfTrue, String valueIfFalse) -
Method Summary
-
Constructor Details
-
BooleanToString
-
-
Method Details
-
hasBeenApplied
- Specified by:
hasBeenApplied
in interfaceConfigChange
-
apply
- Specified by:
apply
in interfaceConfigChange
-
getAppliedMessage
- Specified by:
getAppliedMessage
in interfaceConfigChange
-