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


public interface Reportable

Provides the details of the report to a Reporter.

Version:
$Rev: 450613 $ $Date: 2006-09-27 15:45:46 -0700 (Wed, 27 Sep 2006) $

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

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

Returns:
The date when the goal was started.

getName

public String getName()
Returns the name of the goal.

Returns:
Goal name.

getLogFile

public 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 © 2006 Apache Software Foundation. All Rights Reserved.