|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.source.core.EncodedImpl
org.specrunner.dumper.core.AbstractSourceDumperFile
org.specrunner.dumper.core.SourceDumperDetails
public class SourceDumperDetails
Dumps the report details in a separate file.
| Field Summary | |
|---|---|
protected static int |
MBYTES
Mb size. |
| Fields inherited from class org.specrunner.dumper.core.AbstractSourceDumperFile |
|---|
clean, GAP, outputDirectory, outputFile, outputName |
| Fields inherited from interface org.specrunner.dumper.ISourceDumper |
|---|
DEFAULT_CLEAN, FEATURE_CLEAN |
| Fields inherited from interface org.specrunner.source.IEncoded |
|---|
DEFAULT_ENCODING, FEATURE_ENCODING |
| Constructor Summary | |
|---|---|
SourceDumperDetails()
|
|
| Method Summary | |
|---|---|
protected void |
body(IResultSet result,
Map<String,Object> model,
nu.xom.Element html)
Creates the label. |
protected void |
details(IResultSet result,
nu.xom.Element body)
Add report details. |
void |
dump(ISource source,
IResultSet result,
Map<String,Object> model)
Extra information to be dumped. |
protected void |
footer(IResultSet result,
Map<String,Object> model,
nu.xom.Element body)
Add report ending. |
protected void |
head(ISource source,
nu.xom.Element html)
Get header part. |
protected void |
header(IResultSet result,
Map<String,Object> model,
nu.xom.Element body)
Set document start. |
protected nu.xom.Node |
replaced(String old,
nu.xom.Node node)
Replace reference names to current directory. |
| Methods inherited from class org.specrunner.dumper.core.AbstractSourceDumperFile |
|---|
checkParent, clean, detailReport, getClean, getOutputDirectory, getOutputFile, getOutputName, getSerializer, outputDirectory, outputName, saveTo, set, setClean, setFeatures, setOutputDirectory, setOutputFile, setOutputName |
| Methods inherited from class org.specrunner.source.core.EncodedImpl |
|---|
getEncoding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.specrunner.source.IEncoded |
|---|
getEncoding |
| Field Detail |
|---|
protected static final int MBYTES
| Constructor Detail |
|---|
public SourceDumperDetails()
| Method Detail |
|---|
public void dump(ISource source,
IResultSet result,
Map<String,Object> model)
throws SourceDumperException
ISourceDumper
source - The specification input.result - The result.model - Extra information model.
SourceDumperException - On dumping error.
protected void head(ISource source,
nu.xom.Element html)
source - Source.html - Root element.
protected nu.xom.Node replaced(String old,
nu.xom.Node node)
old - Old value.node - Base node.
protected void body(IResultSet result,
Map<String,Object> model,
nu.xom.Element html)
result - The result.model - The model.html - The HTML root element.
protected void header(IResultSet result,
Map<String,Object> model,
nu.xom.Element body)
result - The result.model - The model.body - The body tag.
protected void details(IResultSet result,
nu.xom.Element body)
result - The result.body - The body tag.
protected void footer(IResultSet result,
Map<String,Object> model,
nu.xom.Element body)
result - The result.model - The model.body - The body.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||