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

Packages that use Target
com.thoughtworks.xstream.tools.benchmark A simple harness for running benchmarks. 
com.thoughtworks.xstream.tools.benchmark.reporters   
com.thoughtworks.xstream.tools.benchmark.targets   
 

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

Methods in com.thoughtworks.xstream.tools.benchmark with parameters of type Target
 void Harness.addTarget(Target target)
           
 void Reporter.startTarget(Target target)
           
 void Reporter.endTarget(Target target)
           
 

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

Methods in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Target
 void HtmlReporter.startTarget(Target target)
           
 void HtmlReporter.endTarget(Target target)
           
 void TextReporter.startTarget(Target target)
           
 void TextReporter.endTarget(Target target)
           
 

Uses of Target in com.thoughtworks.xstream.tools.benchmark.targets
 

Classes in com.thoughtworks.xstream.tools.benchmark.targets that implement Target
 class JTreeTarget
          A Swing JTree instance, which is a suitably complex object graph.
 class ListTarget
          An ArrayList of user defined class (Person) instances to serialize.
 class StringTarget
          A small java.lang.String target.
 class UserDefinedClassTarget
          A user defined class (Person) to serialize that contains a few simple fields.
 



Copyright © 2004-2007 XStream. All Rights Reserved.