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 890109 2009-12-13 19:57:28Z ltheussl $
Author:
Nick Stolwijk

Constructor Summary
ManagementDependencies(List projectDependencies)
           
 
Method Summary
 List getManagementDependencies()
           
 Map 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 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 getManagementDependencies()
Returns:
managementDependencies

getManagementDependenciesByScope

public Map 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-2010 The Apache Software Foundation. All Rights Reserved.