org.jboss.tattletale.reporting
Class ArchiveReport

java.lang.Object
  extended by org.jboss.tattletale.reporting.Report
      extended by org.jboss.tattletale.reporting.ArchiveReport
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
JarReport

public abstract class ArchiveReport
extends Report

Represents an archive report (JAR, WAR, EAR, ...)

Author:
Jesper Pedersen

Field Summary
protected  Archive archive
          The archive
 
Fields inherited from class org.jboss.tattletale.reporting.Report
archives, severity, status
 
Constructor Summary
ArchiveReport(int severity, Archive archive)
          Constructor
 
Method Summary
 java.lang.String getName()
          Get the name of the report
 
Methods inherited from class org.jboss.tattletale.reporting.Report
compareTo, equals, generate, getDirectory, getSeverity, getStatus, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

archive

protected Archive archive
The archive

Constructor Detail

ArchiveReport

public ArchiveReport(int severity,
                     Archive archive)
Constructor

Parameters:
severity - The severity
archive - The archive
Method Detail

getName

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

Specified by:
getName in class Report
Returns:
The name


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