Package org.wildfly.prospero.api
Class ArtifactChange
java.lang.Object
org.wildfly.prospero.api.Diff
org.wildfly.prospero.api.ArtifactChange
-
Nested Class Summary
Nested classes/interfaces inherited from class org.wildfly.prospero.api.Diff
Diff.Status -
Method Summary
Modifier and TypeMethodDescriptionstatic ArtifactChangeadded(org.eclipse.aether.artifact.Artifact newVersion) static ArtifactChangebooleanbooleanbooleanbooleanstatic ArtifactChangeremoved(org.eclipse.aether.artifact.Artifact oldVersion) reverse()static ArtifactChangeupdated(org.eclipse.aether.artifact.Artifact oldVersion, org.eclipse.aether.artifact.Artifact newVersion) static ArtifactChangeupdated(org.eclipse.aether.artifact.Artifact oldVersion, org.eclipse.aether.artifact.Artifact newVersion, String channelName) Methods inherited from class org.wildfly.prospero.api.Diff
equals, getChild, getChildren, getName, getNewValue, getOldValue, getStatus, hashCode, hasValues, toString
-
Method Details
-
added
-
added
public static ArtifactChange added(org.eclipse.aether.artifact.Artifact newVersion, String channelName) -
removed
-
updated
public static ArtifactChange updated(org.eclipse.aether.artifact.Artifact oldVersion, org.eclipse.aether.artifact.Artifact newVersion) -
updated
public static ArtifactChange updated(org.eclipse.aether.artifact.Artifact oldVersion, org.eclipse.aether.artifact.Artifact newVersion, String channelName) -
getArtifactName
-
getOldVersion
-
getChannelName
-
getNewVersion
-
isDowngrade
public boolean isDowngrade() -
isInstalled
public boolean isInstalled() -
isRemoved
public boolean isRemoved() -
isUpdated
public boolean isUpdated() -
prettyPrint
-
reverse
-