|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISourceDumper
Dumps source and results to somewhere.
| Field Summary | |
|---|---|
static Boolean |
DEFAULT_CLEAN
Clean default. |
static String |
FEATURE_CLEAN
Feature to setup clean resources. |
| Fields inherited from interface org.specrunner.source.IEncoded |
|---|
DEFAULT_ENCODING, FEATURE_ENCODING |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.specrunner.source.IEncoded |
|---|
getEncoding |
| Field Detail |
|---|
static final String FEATURE_CLEAN
static final Boolean DEFAULT_CLEAN
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||