org.jboss.tattletale.reporting
Class ArchiveReport
java.lang.Object
org.jboss.tattletale.reporting.Report
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
Method Summary |
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 |
archive
protected Archive archive
- The archive
ArchiveReport
public ArchiveReport(int severity,
Archive archive)
- Constructor
- Parameters:
severity
- The severityarchive
- The archive
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/)