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


public interface Reportable

Provides the details of the report to a Reporter.

Version:
$Rev: 476061 $ $Date: 2006-11-17 14:36:50 +0800 (Fri, 17 Nov 2006) $

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

Method Detail

getStartTime

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

Returns:
The date when the goal was started.

getName

java.lang.String getName()
Returns the name of the goal.

Returns:
Goal name.

getLogFile

java.io.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-2012 The Apache Geronimo development community. All Rights Reserved.