Uses of Interface
com.thoughtworks.xstream.tools.benchmark.Product

Packages that use Product
com.thoughtworks.xstream.tools.benchmark A simple harness for running benchmarks. 
com.thoughtworks.xstream.tools.benchmark.metrics   
com.thoughtworks.xstream.tools.benchmark.products   
com.thoughtworks.xstream.tools.benchmark.reporters   
 

Uses of Product in com.thoughtworks.xstream.tools.benchmark
 

Methods in com.thoughtworks.xstream.tools.benchmark with parameters of type Product
 void Harness.addProduct(Product product)
           
 double Metric.run(Product product, Object object)
          Run the test and produce a metric.
 void Reporter.metricRecorded(Product product, double result)
           
 void Reporter.metricFailed(Product product, Exception e)
           
 

Uses of Product in com.thoughtworks.xstream.tools.benchmark.metrics
 

Methods in com.thoughtworks.xstream.tools.benchmark.metrics with parameters of type Product
 double DeserializationSpeedMetric.run(Product product, Object object)
           
 double SerializationSpeedMetric.run(Product product, Object object)
           
 double SizeMetric.run(Product product, Object object)
           
 

Uses of Product in com.thoughtworks.xstream.tools.benchmark.products
 

Classes in com.thoughtworks.xstream.tools.benchmark.products that implement Product
 class JavaObjectSerialization
          Standard Java Object Serialization product.
 class XStreamBinary
          Uses XStream with binary format instead of XML.
 class XStreamCompact
          Uses XStream with a compact XML output format.
 class XStreamDom
          Uses XStream with the DOM driver for parsing XML.
 class XStreamStax
          Uses XStream with the Stax driver for parsing XML.
 class XStreamXpp
          Uses XStream with the XPP driver for parsing XML.
 

Uses of Product in com.thoughtworks.xstream.tools.benchmark.reporters
 

Methods in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Product
 void HtmlReporter.metricRecorded(Product product, double result)
           
 void HtmlReporter.metricFailed(Product product, Exception e)
           
 void TextReporter.metricRecorded(Product product, double result)
           
 void TextReporter.metricFailed(Product product, Exception e)
           
 



Copyright © 2004-2007 XStream. All Rights Reserved.