Uses of Interface
net.sf.jbenchmark.util.StatisticPublisher

Packages that use StatisticPublisher
net.sf.jbenchmark Introduction 
net.sf.jbenchmark.util Contains utilities that are useful throughout the project. 
 

Uses of StatisticPublisher in net.sf.jbenchmark
 

Methods in net.sf.jbenchmark that return StatisticPublisher
 StatisticPublisher TopLevelContext.getStatisticPublisher()
          Return the publisher that should be used for publishing statistics.
 

Methods in net.sf.jbenchmark with parameters of type StatisticPublisher
 void TopLevelContext.setStatisticPublisher(StatisticPublisher publisher)
          Set the publisher that should be used for publishing statistics.
 

Uses of StatisticPublisher in net.sf.jbenchmark.util
 

Classes in net.sf.jbenchmark.util that implement StatisticPublisher
 class AbstractStatisticPublisher
          Generates the output in Twiki format.
 class ConsolePublisher
          Publish results to the console.
 class FilePublisher
          Produces the Twiki output to a file.