Uses of Class
org.wildfly.prospero.api.ArtifactChange
Packages that use ArtifactChange
Package
Description
-
Uses of ArtifactChange in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return ArtifactChangeModifier and TypeMethodDescriptionstatic ArtifactChangeArtifactChange.added(org.eclipse.aether.artifact.Artifact newVersion) static ArtifactChangeArtifactChange.removed(org.eclipse.aether.artifact.Artifact oldVersion) static ArtifactChangeArtifactChange.updated(org.eclipse.aether.artifact.Artifact oldVersion, org.eclipse.aether.artifact.Artifact newVersion) Methods in org.wildfly.prospero.api that return types with arguments of type ArtifactChangeConstructor parameters in org.wildfly.prospero.api with type arguments of type ArtifactChangeModifierConstructorDescriptionInstallationChanges(List<ArtifactChange> artifactChanges, List<ChannelChange> channelChanges) Deprecated.InstallationChanges(List<ArtifactChange> artifactChanges, List<ChannelChange> channelChanges, List<FeatureChange> featureChanges) -
Uses of ArtifactChange in org.wildfly.prospero.installation.git
Methods in org.wildfly.prospero.installation.git that return types with arguments of type ArtifactChange -
Uses of ArtifactChange in org.wildfly.prospero.updates
Methods in org.wildfly.prospero.updates that return types with arguments of type ArtifactChangeConstructor parameters in org.wildfly.prospero.updates with type arguments of type ArtifactChange