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 classArtifactChangeclassChannelChangeclassFeatureChangeRepresents changes to feature packs used to provison the server.Methods 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)FeatureChange(FeatureChange.Type type, 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)
-