public class SourceDumperDetails extends AbstractSourceDumperFile
| Modifier and Type | Field and Description |
|---|---|
protected static int |
MBYTES
Mb size.
|
clean, GAP, outputDirectory, outputFile, outputNameDEFAULT_CLEAN, FEATURE_CLEANDEFAULT_ENCODING, FEATURE_ENCODING| Constructor and Description |
|---|
SourceDumperDetails() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
checkParent, clean, detailReport, getClean, getOutputDirectory, getOutputFile, getOutputName, getSerializer, outputDirectory, outputName, saveTo, set, setClean, setFeatures, setOutputDirectory, setOutputFile, setOutputNamegetEncodingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEncodingprotected static final int MBYTES
public void dump(ISource source, IResultSet result, Map<String,Object> model) throws SourceDumperException
ISourceDumpersource - 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.Copyright © 2016. All rights reserved.