Uses of Class
org.wildfly.prospero.api.Diff.Status
-
Packages that use Diff.Status Package Description org.wildfly.prospero.api -
-
Uses of Diff.Status in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return Diff.Status Modifier and Type Method Description Diff.StatusDiff. getStatus()static Diff.StatusDiff.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Diff.Status[]Diff.Status. 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 Diff.Status Constructor Description Diff(String name, Diff.Status status, List<Diff> nested)Diff(String name, Diff.Status status, Diff... nested)
-