net.sf.jameleon.reporting
Class ReporterUtils

java.lang.Object
  extended by net.sf.jameleon.reporting.ReporterUtils

public class ReporterUtils
extends Object

A utility class for the reporting package


Method Summary
static String formatTime(Calendar time)
           
static File getBaseDir()
           
static String getExecutionTime(Calendar startTime, Calendar endTime)
           
static File getResultsDir()
           
static void outputToTemplate(Writer writer, String template, Map params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExecutionTime

public static String getExecutionTime(Calendar startTime,
                                      Calendar endTime)

formatTime

public static String formatTime(Calendar time)

outputToTemplate

public static void outputToTemplate(Writer writer,
                                    String template,
                                    Map params)

getBaseDir

public static File getBaseDir()

getResultsDir

public static File getResultsDir()


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.