org.apache.geronimo.mavenplugins.geronimo.reporting
Interface Reportable


public interface Reportable

Provides the details of the report to a Reporter.


Method Summary
 File getLogFile()
          Returns the log file which the goal may or may not output logs to.
 String getName()
          Returns the name of the goal.
 Date getStartTime()
          Returns the date at which the goal was started.
 

Method Detail

getStartTime

Date getStartTime()
Returns the date at which the goal was started.

Returns:
The date when the goal was started.

getName

String getName()
Returns the name of the goal.

Returns:
Goal name.

getLogFile

File getLogFile()
Returns the log file which the goal may or may not output logs to.

Returns:
The log file; or null of the goal does not log to a file.


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.