Package com.google.caliper.model
Class VmSpec
- java.lang.Object
-
- com.google.caliper.model.VmSpec
-
public final class VmSpec extends Object
A configuration of a virtual machine.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVmSpec.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()com.google.common.collect.ImmutableSortedMap<String,String>options()com.google.common.collect.ImmutableSortedMap<String,String>properties()StringtoString()
-