Class ProjectVersionFactory


  • public final class ProjectVersionFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.commonjava.maven.atlas.ident.ref.ProjectVersionRef withGAV​(java.lang.String group, java.lang.String artifact, java.lang.String version)  
      static org.commonjava.maven.atlas.ident.ref.ProjectVersionRef withNewVersion​(org.commonjava.maven.atlas.ident.ref.ProjectVersionRef dependency, java.lang.String newVersion)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • withNewVersion

        public static org.commonjava.maven.atlas.ident.ref.ProjectVersionRef withNewVersion​(org.commonjava.maven.atlas.ident.ref.ProjectVersionRef dependency,
                                                                                            java.lang.String newVersion)
      • withGAV

        public static org.commonjava.maven.atlas.ident.ref.ProjectVersionRef withGAV​(java.lang.String group,
                                                                                     java.lang.String artifact,
                                                                                     java.lang.String version)