public class SourceDumperWritables extends AbstractSourceDumperFile
| Modifier and Type | Field and Description |
|---|---|
static String |
LABEL_FIELD
Label name.
|
clean, GAP, outputDirectory, outputFile, outputNameDEFAULT_CLEAN, FEATURE_CLEANDEFAULT_ENCODING, FEATURE_ENCODING| Constructor and Description |
|---|
SourceDumperWritables() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addElement(int index,
String prefixToRemove,
IWritable w,
Map<String,String> references,
IBlock block)
Add element parts of writable elements.
|
protected void |
addWritable(File dir,
int index,
String prefixToRemove,
IResult r)
Write elements.
|
void |
dump(ISource source,
IResultSet result,
Map<String,Object> model)
Extra information to be dumped.
|
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, waitgetEncodingpublic static final String LABEL_FIELD
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 addWritable(File dir, int index, String prefixToRemove, IResult r) throws ResultException
dir - The snapshot file.index - The index.prefixToRemove - The text prefix to remove on relative links.r - The result set.ResultException - On result exception.protected void addElement(int index,
String prefixToRemove,
IWritable w,
Map<String,String> references,
IBlock block)
index - The index.prefixToRemove - The prefix to remove in case o relative references.w - The writable.references - A mapping of references.block - The block.Copyright © 2016. All rights reserved.