Class PremanagedDependency

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyTo​(org.eclipse.aether.graph.DefaultDependencyNode child)  
      static PremanagedDependency create​(org.eclipse.aether.collection.DependencyManager depManager, org.eclipse.aether.graph.Dependency dependency, boolean disableVersionManagement, boolean premanagedState)  
      org.eclipse.aether.graph.Dependency getManagedDependency()  
      • Methods inherited from class java.lang.Object

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

      • create

        public static PremanagedDependency create​(org.eclipse.aether.collection.DependencyManager depManager,
                                                  org.eclipse.aether.graph.Dependency dependency,
                                                  boolean disableVersionManagement,
                                                  boolean premanagedState)
      • applyTo

        public void applyTo​(org.eclipse.aether.graph.DefaultDependencyNode child)