org.apache.maven.plugin.dependency
Class AnalyzeReportView
java.lang.Object
  
org.apache.maven.plugin.dependency.AnalyzeReportView
public class AnalyzeReportView
- extends Object
 
This is the view part of the analyze-report mojo. It generates the HTML report for the project website. The HTML
 output is same as the CLI output.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AnalyzeReportView
public AnalyzeReportView()
generateReport
public void generateReport(ProjectDependencyAnalysis analysis,
                           Sink sink,
                           ResourceBundle bundle)
- Generates the HTML report.
 
 
generateDependenciesTable
public void generateDependenciesTable(Sink sink,
                                      Iterator<Artifact> iter)
- Generate a table for the given dependencies iterator.
 
 
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.