org.jboss.tattletale.reporting
Class DependantsReport

java.lang.Object
  extended by org.jboss.tattletale.reporting.Report
      extended by org.jboss.tattletale.reporting.DependantsReport
All Implemented Interfaces:
java.lang.Comparable

public class DependantsReport
extends Report

Dependants report

Author:
Jesper Pedersen

Field Summary
 
Fields inherited from class org.jboss.tattletale.reporting.Report
archives, severity, status
 
Constructor Summary
DependantsReport(java.util.SortedSet<Archive> archives, java.lang.String classloaderStructure)
          Constructor
 
Method Summary
 void generate(java.lang.String outputDirectory)
          Generate the report(s)
 java.lang.String getDirectory()
          Get the name of the directory
 java.lang.String getName()
          Get the name of the report
 
Methods inherited from class org.jboss.tattletale.reporting.Report
compareTo, equals, getSeverity, getStatus, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependantsReport

public DependantsReport(java.util.SortedSet<Archive> archives,
                        java.lang.String classloaderStructure)
Constructor

Parameters:
archives - The archives
Method Detail

getName

public java.lang.String getName()
Get the name of the report

Specified by:
getName in class Report
Returns:
The name

getDirectory

public java.lang.String getDirectory()
Get the name of the directory

Specified by:
getDirectory in class Report
Returns:
The directory

generate

public void generate(java.lang.String outputDirectory)
Generate the report(s)

Specified by:
generate in class Report
Parameters:
outputDirectory - The top-level output directory


Copyright ? 2009 JBoss (http://www.jboss.com/)