com.google.caliper.model
Class Environment

java.lang.Object
  extended by com.google.caliper.model.Environment

public class Environment
extends Object

The collected information that caliper detects about the hardware and operating system it is running under.


Field Summary
 String localName
           
 SortedMap<String,String> properties
           
 
Constructor Summary
Environment()
           
 
Method Summary
static Environment fromString(String json)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

localName

public String localName

properties

public SortedMap<String,String> properties
Constructor Detail

Environment

public Environment()
Method Detail

fromString

public static Environment fromString(String json)

toString

public String toString()
Overrides:
toString in class Object


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