Uses of Class
org.wildfly.prospero.api.FeatureChange.Type
-
Packages that use FeatureChange.Type Package Description org.wildfly.prospero.api -
-
Uses of FeatureChange.Type in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return FeatureChange.Type Modifier and Type Method Description FeatureChange.TypeFeatureChange. getType()static FeatureChange.TypeFeatureChange.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureChange.Type[]FeatureChange.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wildfly.prospero.api with parameters of type FeatureChange.Type Constructor Description FeatureChange(FeatureChange.Type type, String oldValue, String newValue)FeatureChange(FeatureChange.Type type, String name, Diff.Status status, Diff... nested)
-