org.jbehave.core.reporters
Class FreemarkerViewGenerator.Report
java.lang.Object
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>
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)
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.