public class OperatingSystem extends Object
This class parses the name string (e.g. "Ubuntu 12.10 x64") of the images and properly sets each field
to the right value.
| Modifier and Type | Class and Description |
|---|---|
static class |
OperatingSystem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystem.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getArch() |
Distribution |
getDistribution() |
String |
getVersion() |
int |
hashCode() |
boolean |
is64bit() |
String |
toString() |
public Distribution getDistribution()
public String getVersion()
public String getArch()
public boolean is64bit()
public static OperatingSystem.Builder builder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.