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) booleanbooleanbooleanbooleanstatic ArtifactChangeremoved(org.eclipse.aether.artifact.Artifact oldVersion) static ArtifactChangeupdated(org.eclipse.aether.artifact.Artifact oldVersion, org.eclipse.aether.artifact.Artifact newVersion) Methods inherited from class org.wildfly.prospero.api.Diff
equals, getChild, getChildren, getName, getNewValue, getOldValue, getStatus, hashCode, hasValues, toString
-
Method Details
-
added
-
removed
-
updated
public static ArtifactChange updated(org.eclipse.aether.artifact.Artifact oldVersion, org.eclipse.aether.artifact.Artifact newVersion) -
getArtifactName
-
getOldVersion
-
getNewVersion
-
isDowngrade
public boolean isDowngrade() -
isInstalled
public boolean isInstalled() -
isRemoved
public boolean isRemoved() -
isUpdated
public boolean isUpdated() -
prettyPrint
-