public class SourceDumperGroupImpl extends CompositeImpl<ISourceDumperGroup,ISourceDumper> implements ISourceDumperGroup
DEFAULT_CLEAN, FEATURE_CLEANDEFAULT_ENCODING, FEATURE_ENCODING| Constructor and Description |
|---|
SourceDumperGroupImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(ISource source,
IResultSet result,
Map<String,Object> model)
Extra information to be dumped.
|
Boolean |
getClean()
Get clean status.
|
String |
getEncoding()
Return the encoding.
|
void |
setClean(Boolean clean)
Set clean information.
|
add, getChildren, isEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, getChildren, isEmptypublic String getEncoding()
IEncodedgetEncoding in interface IEncodedpublic void setClean(Boolean clean)
ISourceDumpersetClean in interface ISourceDumperclean - true, to clean previous resources, false, otherwise.public Boolean getClean()
ISourceDumpergetClean in interface ISourceDumperpublic void dump(ISource source, IResultSet result, Map<String,Object> model) throws SourceDumperException
ISourceDumperdump in interface ISourceDumpersource - The specification input.result - The result.model - Extra information model.SourceDumperException - On dumping error.Copyright © 2016. All rights reserved.