org.specrunner.dumper.core
Class SourceDumperResources
java.lang.Object
org.specrunner.source.core.EncodedImpl
org.specrunner.dumper.core.AbstractSourceDumperFile
org.specrunner.dumper.core.SourceDumperResources
- All Implemented Interfaces:
- ISourceDumper, IEncoded
public class SourceDumperResources
- extends AbstractSourceDumperFile
Dumps resources related to the source. To add resources use the
IResourceManager related to the source.
- Author:
- Thiago Santos
| Methods inherited from class org.specrunner.dumper.core.AbstractSourceDumperFile |
appendResources, checkParent, clean, detailReport, getOutputDirectory, getOutputFile, getOutputName, getSerializer, outputDirectory, outputName, saveTo, set, setFeatures, setOutputDirectory, setOutputFile, setOutputName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceDumperResources
public SourceDumperResources()
dump
public void dump(ISource source,
IResultSet result,
Map<String,Object> model)
throws SourceDumperException
- Description copied from interface:
ISourceDumper
- 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.