org.specrunner.dumper
Interface ISourceDumper

All Superinterfaces:
IEncoded
All Known Subinterfaces:
ISourceDumperGroup
All Known Implementing Classes:
AbstractSourceDumperFile, SourceDumperCenter, SourceDumperDetails, SourceDumperGroupImpl, SourceDumperResources, SourceDumperWritables

public interface ISourceDumper
extends IEncoded

Dumps source and results to somewhere.

Author:
Thiago Santos

Field Summary
 
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.
 
Methods inherited from interface org.specrunner.source.IEncoded
getEncoding
 

Method Detail

dump

void dump(ISource source,
          IResultSet result,
          Map<String,Object> model)
          throws SourceDumperException
Extra information to be dumped.

Parameters:
source - The specification input.
result - The result.
model - Extra information model.
Throws:
SourceDumperException - On dumping error.


Copyright © 2014. All rights reserved.