Uses of Class
org.wildfly.prospero.api.Diff
-
Packages that use Diff Package Description org.wildfly.prospero.api -
-
Uses of Diff in org.wildfly.prospero.api
Subclasses of Diff in org.wildfly.prospero.api Modifier and Type Class Description classArtifactChangeclassChannelChangeMethods in org.wildfly.prospero.api that return types with arguments of type Diff Modifier and Type Method Description Optional<Diff>Diff. getChild(String name)List<Diff>Diff. getChildren()Constructors in org.wildfly.prospero.api with parameters of type Diff Constructor Description Diff(String name, Diff.Status status, Diff... nested)Constructor parameters in org.wildfly.prospero.api with type arguments of type Diff Constructor Description Diff(String name, Diff.Status status, List<Diff> nested)
-