com.google.caliper.runner
Class VirtualMachine

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

public final class VirtualMachine
extends Object


Constructor Summary
VirtualMachine(String name, String home, String execPath, Map<String,String> arguments, List<String> verboseModeArgs)
           
 
Method Summary
 boolean equals(Object object)
           
static VirtualMachine from(String name, String home, Map<String,String> argMap, List<String> verboseModeArgs)
           
 int hashCode()
           
static VirtualMachine hostVm()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualMachine

public VirtualMachine(String name,
                      String home,
                      String execPath,
                      Map<String,String> arguments,
                      List<String> verboseModeArgs)
Method Detail

hostVm

public static VirtualMachine hostVm()

from

public static VirtualMachine from(String name,
                                  String home,
                                  Map<String,String> argMap,
                                  List<String> verboseModeArgs)

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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