com.google.caliper.runner
Class Parameter

java.lang.Object
  extended by com.google.caliper.runner.Parameter

public final class Parameter
extends Object

Represents an injectable parameter, marked with one of @Param, @VmParam. Has nothing to do with particular choices of values for this parameter (except that it knows how to find the default values).


Constructor Summary
Parameter(Field field)
           
 
Method Summary
static Parameter create(Field field)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter(Field field)
          throws InvalidBenchmarkException
Throws:
InvalidBenchmarkException
Method Detail

create

public static Parameter create(Field field)
                        throws InvalidBenchmarkException
Throws:
InvalidBenchmarkException


Copyright © 2009-2011 Google, Inc.. All Rights Reserved.