org.jbehave.core.reporters
Class FreemarkerViewGenerator.Report

java.lang.Object
  extended by org.jbehave.core.reporters.FreemarkerViewGenerator.Report
All Implemented Interfaces:
Comparable<FreemarkerViewGenerator.Report>
Enclosing class:
FreemarkerViewGenerator

public static class FreemarkerViewGenerator.Report
extends Object
implements Comparable<FreemarkerViewGenerator.Report>


Constructor Summary
FreemarkerViewGenerator.Report(String path, Map<String,File> filesByFormat)
           
FreemarkerViewGenerator.Report(String path, Map<String,File> filesByFormat, Map<String,Integer> stats)
           
 
Method Summary
 Properties asProperties(String format)
           
 int compareTo(FreemarkerViewGenerator.Report that)
           
 Map<String,File> getFilesByFormat()
           
 String getName()
           
 String getPath()
           
 Map<String,Integer> getStats()
           
 void nameAs(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FreemarkerViewGenerator.Report

public FreemarkerViewGenerator.Report(String path,
                                      Map<String,File> filesByFormat)

FreemarkerViewGenerator.Report

public FreemarkerViewGenerator.Report(String path,
                                      Map<String,File> filesByFormat,
                                      Map<String,Integer> stats)
Method Detail

getPath

public String getPath()

getName

public String getName()

nameAs

public void nameAs(String name)

getFilesByFormat

public Map<String,File> getFilesByFormat()

asProperties

public Properties asProperties(String format)

getStats

public Map<String,Integer> getStats()

compareTo

public int compareTo(FreemarkerViewGenerator.Report that)
Specified by:
compareTo in interface Comparable<FreemarkerViewGenerator.Report>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011. All Rights Reserved.