Class ArtifactChange


  • public class ArtifactChange
    extends Diff
    • Method Detail

      • added

        public static ArtifactChange added​(org.eclipse.aether.artifact.Artifact newVersion)
      • removed

        public static ArtifactChange removed​(org.eclipse.aether.artifact.Artifact oldVersion)
      • updated

        public static ArtifactChange updated​(org.eclipse.aether.artifact.Artifact oldVersion,
                                             org.eclipse.aether.artifact.Artifact newVersion)
      • getArtifactName

        public String getArtifactName()
      • isDowngrade

        public boolean isDowngrade()
      • isInstalled

        public boolean isInstalled()
      • isRemoved

        public boolean isRemoved()
      • isUpdated

        public boolean isUpdated()