public class MacData extends AMITypeData
Modifier and Type | Class and Description |
---|---|
static class |
MacData.DescriptorImpl |
Constructor and Description |
---|
MacData(String rootCommandPrefix,
String slaveCommandPrefix,
String slaveCommandSuffix,
String sshPort,
String bootDelay) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBootDelay() |
String |
getRootCommandPrefix() |
String |
getSlaveCommandPrefix() |
String |
getSlaveCommandSuffix() |
String |
getSshPort() |
int |
hashCode() |
boolean |
isMac() |
boolean |
isUnix() |
boolean |
isWindows() |
protected Object |
readResolve() |
getBootDelayInMillis
getDescriptor
protected Object readResolve()
public boolean isWindows()
isWindows
in class AMITypeData
public boolean isUnix()
isUnix
in class AMITypeData
public boolean isMac()
isMac
in class AMITypeData
public String getBootDelay()
getBootDelay
in class AMITypeData
public String getRootCommandPrefix()
public String getSlaveCommandPrefix()
public String getSlaveCommandSuffix()
public String getSshPort()
Copyright © 2016–2022. All rights reserved.