Package org.wildfly.prospero.api
Class FeatureChange
- java.lang.Object
-
- org.wildfly.prospero.api.Diff
-
- org.wildfly.prospero.api.FeatureChange
-
public class FeatureChange extends Diff
Represents changes to feature packs used to provison the server.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeatureChange.TypeType of feature change record-
Nested classes/interfaces inherited from class org.wildfly.prospero.api.Diff
Diff.Status
-
-
Constructor Summary
Constructors Constructor Description FeatureChange(FeatureChange.Type type, String oldValue, String newValue)FeatureChange(FeatureChange.Type type, String name, Diff.Status status, Diff... nested)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureChange.TypegetType()-
Methods inherited from class org.wildfly.prospero.api.Diff
equals, getChild, getChildren, getName, getNewValue, getOldValue, getStatus, hashCode, hasValues, toString
-
-
-
-
Constructor Detail
-
FeatureChange
public FeatureChange(FeatureChange.Type type, String oldValue, String newValue)
-
FeatureChange
public FeatureChange(FeatureChange.Type type, String name, Diff.Status status, Diff... nested)
-
-
Method Detail
-
getType
public FeatureChange.Type getType()
-
-