public interface ISourceDumper extends IEncoded
| Modifier and Type | Field and Description |
|---|---|
static Boolean |
DEFAULT_CLEAN
Clean default.
|
static String |
FEATURE_CLEAN
Feature to setup clean resources.
|
DEFAULT_ENCODING, FEATURE_ENCODING| 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.
|
void |
setClean(Boolean clean)
Set clean information.
|
getEncodingstatic final String FEATURE_CLEAN
static final Boolean DEFAULT_CLEAN
void setClean(Boolean clean)
clean - true, to clean previous resources, false, otherwise.Boolean getClean()
void dump(ISource source, IResultSet result, Map<String,Object> model) throws SourceDumperException
source - The specification input.result - The result.model - Extra information model.SourceDumperException - On dumping error.Copyright © 2016. All rights reserved.