org.apache.maven.report.projectinfo.dependencies
Class ManagementDependencies

java.lang.Object
  extended by org.apache.maven.report.projectinfo.dependencies.ManagementDependencies

public class ManagementDependencies
extends Object

Since:
2.1
Version:
$Id: ManagementDependencies.java 980600 2010-07-29 22:41:33Z hboutemy $
Author:
Nick Stolwijk

Constructor Summary
ManagementDependencies(List<Dependency> projectDependencies)
           
 
Method Summary
 List<Dependency> getManagementDependencies()
           
 Map<String,List<Dependency>> getManagementDependenciesByScope()
           
 boolean hasDependencies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementDependencies

public ManagementDependencies(List<Dependency> projectDependencies)
Parameters:
projectDependencies - the list of dependencies.
Method Detail

hasDependencies

public boolean hasDependencies()
Returns:
true if managementDependencies is not null and not empty.

getManagementDependencies

public List<Dependency> getManagementDependencies()
Returns:
managementDependencies

getManagementDependenciesByScope

public Map<String,List<Dependency>> getManagementDependenciesByScope()
Returns:
the managementDependencies by scope
See Also:
Artifact.SCOPE_COMPILE, Artifact.SCOPE_PROVIDED, Artifact.SCOPE_RUNTIME, Artifact.SCOPE_SYSTEM, Artifact.SCOPE_TEST


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.