org.specrunner.report.core
Class ReporterFactoryGroupImpl

java.lang.Object
  extended by org.specrunner.util.composite.core.CompositeImpl<IReporterFactoryGroup,IReporterFactory>
      extended by org.specrunner.report.core.ReporterFactoryGroupImpl
All Implemented Interfaces:
IReporterFactory, IComposite<IReporterFactoryGroup,IReporterFactory>

public class ReporterFactoryGroupImpl
extends CompositeImpl<IReporterFactoryGroup,IReporterFactory>
implements IReporterFactory

Default reporter factory group implementation.

Author:
Thiago Santos

Constructor Summary
ReporterFactoryGroupImpl()
           
 
Method Summary
 IReporter newReporter()
          Creates a reporter.
 
Methods inherited from class org.specrunner.util.composite.core.CompositeImpl
add, getChildren, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReporterFactoryGroupImpl

public ReporterFactoryGroupImpl()
Method Detail

newReporter

public IReporter newReporter()
Description copied from interface: IReporterFactory
Creates a reporter.

Specified by:
newReporter in interface IReporterFactory
Returns:
A reporter.


Copyright © 2014. All rights reserved.