Interface ConfigChange
-
- All Known Implementing Classes:
ConfigChange.BooleanToString
,ConfigChange.Copied
,ConfigChange.Moved
,ConfigChange.Removed
,ConfigChange.RemovedComment
public interface ConfigChange
Represents a change made to the config structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConfigChange.BooleanToString
static class
ConfigChange.Copied
static class
ConfigChange.Moved
static class
ConfigChange.Removed
static class
ConfigChange.RemovedComment
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(Config config)
java.lang.String
getAppliedMessage()
boolean
hasBeenApplied(Config config)
-