Class ResolvedDependenciesRepository


  • public class ResolvedDependenciesRepository
    extends java.lang.Object
    Used in order to record the dependencies that don't have a declared version, but a version that is determined at runtime (by a BOM or the Spring Dependency Management Plugin for example)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get​(org.commonjava.maven.atlas.ident.ref.ProjectRef projectRef)  
      void record​(org.commonjava.maven.atlas.ident.ref.ProjectRef projectRef, java.lang.String version)  
      • Methods inherited from class java.lang.Object

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

      • ResolvedDependenciesRepository

        public ResolvedDependenciesRepository()
    • Method Detail

      • record

        public void record​(org.commonjava.maven.atlas.ident.ref.ProjectRef projectRef,
                           java.lang.String version)
      • get

        public java.lang.String get​(org.commonjava.maven.atlas.ident.ref.ProjectRef projectRef)