Class DependencyManagementWrapper

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Cloneable , org.apache.maven.model.InputLocationTracker

    
    public final class DependencyManagementWrapper
    extends DependencyManagement
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<Dependency> getDependencies()
      • Methods inherited from class org.apache.maven.model.DependencyManagement

        addDependency, clone, getLocation, removeDependency, setDependencies, setLocation, setOtherLocation
      • Methods inherited from class java.lang.Object

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

      • DependencyManagementWrapper

        DependencyManagementWrapper(List<DependencyManagement> dm)