Uses of Interface
org.specrunner.dumper.ISourceDumper

Packages that use ISourceDumper
org.specrunner.core.pipes   
org.specrunner.dumper   
org.specrunner.dumper.core   
 

Uses of ISourceDumper in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that return ISourceDumper
protected  ISourceDumper PipeDumper.createDumper()
          Creates an dumper instance.
static ISourceDumper PipeDumper.lookup(IChannel channel)
          Recover a dumper from channel.
 

Methods in org.specrunner.core.pipes with parameters of type ISourceDumper
static IChannel PipeDumper.bind(IChannel channel, ISourceDumper obj)
          Bind the object to the channel.
 

Uses of ISourceDumper in org.specrunner.dumper
 

Subinterfaces of ISourceDumper in org.specrunner.dumper
 interface ISourceDumperGroup
          A source dumper group.
 

Methods in org.specrunner.dumper that return ISourceDumper
 ISourceDumper ISourceDumperFactory.newDumper()
          Creates a dumper.
 

Uses of ISourceDumper in org.specrunner.dumper.core
 

Classes in org.specrunner.dumper.core that implement ISourceDumper
 class AbstractSourceDumperFile
          A partial dumper which writes data to files.
 class SourceDumperCenter
          Dump the central part of the result report (the 'center' element of the framed version).
 class SourceDumperDetails
          Dumps the report details in a separate file.
 class SourceDumperGroupImpl
          Default implementation of a source dumper group.
 class SourceDumperResources
          Dumps resources related to the source.
 class SourceDumperWritables
          Dumps the writables associated to the result set.
 

Fields in org.specrunner.dumper.core declared as ISourceDumper
protected  ISourceDumper SourceDumperFactoryImpl.dumper
          The reusable dumper.
 

Methods in org.specrunner.dumper.core that return ISourceDumper
 ISourceDumper SourceDumperFactoryImpl.getDumper()
          Gets the dumper.
 ISourceDumper SourceDumperFactoryImpl.newDumper()
           
 

Methods in org.specrunner.dumper.core with parameters of type ISourceDumper
 void SourceDumperFactoryImpl.setDumper(ISourceDumper dumper)
          Sets the runner.
 

Constructors in org.specrunner.dumper.core with parameters of type ISourceDumper
SourceDumperFactoryImpl(ISourceDumper dumper)
          Creates a factory of reusable dumpers.
 



Copyright © 2014. All rights reserved.