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