org.jboss.tattletale.reporting
Class MultipleLocationsReport
java.lang.Object
org.jboss.tattletale.reporting.Report
org.jboss.tattletale.reporting.MultipleLocationsReport
- All Implemented Interfaces:
- java.lang.Comparable
public class MultipleLocationsReport
- extends Report
Multiple locations report
- Author:
- Jesper Pedersen
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MultipleLocationsReport
public MultipleLocationsReport(java.util.SortedSet<Archive> archives)
- Constructor
- Parameters:
archives
- The archives
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/)