Package org.yggd.dependencytree.model
Class DependencyManagementWrapper
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Cloneable,org.apache.maven.model.InputLocationTracker
public final class DependencyManagementWrapper extends DependencyManagement
-
-
Constructor Summary
Constructors Constructor Description DependencyManagementWrapper(List<DependencyManagement> dm)
-
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)
-
-
Method Detail
-
getDependencies
List<Dependency> getDependencies()
-
-
-
-