org.jbehave.core.reporters
Class TemplateableViewGenerator.Report
java.lang.Object
org.jbehave.core.reporters.TemplateableViewGenerator.Report
- All Implemented Interfaces:
- java.lang.Comparable<TemplateableViewGenerator.Report>
- Enclosing class:
- TemplateableViewGenerator
public static class TemplateableViewGenerator.Report
- extends java.lang.Object
- implements java.lang.Comparable<TemplateableViewGenerator.Report>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TemplateableViewGenerator.Report
public TemplateableViewGenerator.Report(java.lang.String path,
java.util.Map<java.lang.String,java.io.File> filesByFormat)
TemplateableViewGenerator.Report
public TemplateableViewGenerator.Report(java.lang.String path,
java.util.Map<java.lang.String,java.io.File> filesByFormat,
java.util.Map<java.lang.String,java.lang.Integer> stats)
getPath
public java.lang.String getPath()
getName
public java.lang.String getName()
nameAs
public void nameAs(java.lang.String name)
getFilesByFormat
public java.util.Map<java.lang.String,java.io.File> getFilesByFormat()
asProperties
public java.util.Properties asProperties(java.lang.String format)
getStats
public java.util.Map<java.lang.String,java.lang.Integer> getStats()
compareTo
public int compareTo(TemplateableViewGenerator.Report that)
- Specified by:
compareTo in interface java.lang.Comparable<TemplateableViewGenerator.Report>
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2003-2012. All Rights Reserved.