Uses of Enum Class
org.wildfly.prospero.api.Diff.Status
Packages that use Diff.Status
-
Uses of Diff.Status in org.wildfly.prospero.api
Subclasses with type arguments of type Diff.Status in org.wildfly.prospero.apiMethods in org.wildfly.prospero.api that return Diff.StatusModifier and TypeMethodDescriptionDiff.getStatus()static Diff.StatusReturns the enum constant of this class with the specified name.static Diff.Status[]Diff.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.wildfly.prospero.api with parameters of type Diff.StatusModifierConstructorDescriptionDiff(String name, Diff.Status status, List<Diff> nested) Diff(String name, Diff.Status status, Diff... nested) FeatureChange(FeatureChange.Type type, String name, Diff.Status status, Diff... nested)