org.specrunner.util.output
Interface IOutputFactory

All Known Implementing Classes:
OutputFactoryDefault

public interface IOutputFactory

An output factory.

Author:
Thiago Santos

Method Summary
 IOutput currentOutput()
          Gets the current output.
 IOutput newOutput()
          Creates a output.
 

Method Detail

newOutput

IOutput newOutput()
Creates a output.

Returns:
A output.

currentOutput

IOutput currentOutput()
Gets the current output.

Returns:
The current output or a new created if none is defined.


Copyright © 2014. All rights reserved.