Package org.wildfly.prospero.api
Class FeatureChange
java.lang.Object
org.wildfly.prospero.api.Diff
org.wildfly.prospero.api.FeatureChange
Represents changes to feature packs used to provison the server.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.wildfly.prospero.api.Diff
Diff.Status -
Constructor Summary
ConstructorsConstructorDescriptionFeatureChange(FeatureChange.Type type, String oldValue, String newValue) FeatureChange(FeatureChange.Type type, String name, Diff.Status status, Diff... nested) -
Method Summary
Methods inherited from class org.wildfly.prospero.api.Diff
equals, getChild, getChildren, getName, getNewValue, getOldValue, getStatus, hashCode, hasValues, toString
-
Constructor Details
-
FeatureChange
-
FeatureChange
-
-
Method Details
-
getType
-