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

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

public class DependenciesReportConfiguration
extends Object

Wrap DependenciesReport Mojo parameters.

Since:
2.1
Version:
$Id: DependenciesReportConfiguration.java 890109 2009-12-13 19:57:28Z ltheussl $

Constructor Summary
DependenciesReportConfiguration(boolean detailsEnabled, boolean locationEnabled)
           
 
Method Summary
 boolean getDependencyDetailsEnabled()
           
 boolean getDependencyLocationsEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependenciesReportConfiguration

public DependenciesReportConfiguration(boolean detailsEnabled,
                                       boolean locationEnabled)
Parameters:
detailsEnabled - whether details is enabled.
locationEnabled - whether location is enabled.
Method Detail

getDependencyDetailsEnabled

public boolean getDependencyDetailsEnabled()
Returns:
value of Mojo dependencyDetailsEnabled parameter.

getDependencyLocationsEnabled

public boolean getDependencyLocationsEnabled()
Returns:
value of Mojo dependencyLocationsEnabled parameter.


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