public class ManagementDependencies extends Object
Constructor and Description |
---|
ManagementDependencies(List<org.apache.maven.model.Dependency> projectDependencies) |
Modifier and Type | Method and Description |
---|---|
List<org.apache.maven.model.Dependency> |
getManagementDependencies() |
Map<String,List<org.apache.maven.model.Dependency>> |
getManagementDependenciesByScope() |
boolean |
hasDependencies() |
public ManagementDependencies(List<org.apache.maven.model.Dependency> projectDependencies)
projectDependencies
- the list of dependencies.public boolean hasDependencies()
true
if dependencies is not null and not empty.public List<org.apache.maven.model.Dependency> getManagementDependencies()
Copyright © 2005–2023 The Apache Software Foundation. All rights reserved.