org.specrunner.dumper
Interface ISourceDumperFactory

All Known Subinterfaces:
ISourceDumperFactoryGroup
All Known Implementing Classes:
SourceDumperFactoryDefault, SourceDumperFactoryImpl

public interface ISourceDumperFactory

A dumper factory.

Author:
Thiago Santos

Method Summary
 ISourceDumper newDumper()
          Creates a dumper.
 

Method Detail

newDumper

ISourceDumper newDumper()
                        throws SourceDumperException
Creates a dumper.

Returns:
A new dumper.
Throws:
SourceDumperException - On creation errors.


Copyright © 2014. All rights reserved.