public class RemoteRunConfigParameters extends AbstractRunConfigParameters<RemoteRunConfigParameters>
| Constructor and Description |
|---|
RemoteRunConfigParameters() |
RemoteRunConfigParameters(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(RemoteRunConfigParameters to) |
String |
getAddress() |
String |
getHost() |
String |
getPort() |
DebugTransport |
getTransport() |
void |
setAddress(String address) |
void |
setHost(String host) |
void |
setPort(String port) |
void |
setTransport(DebugTransport transport) |
getName, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSimpleType, isSimpleType, load, loadFields, read, read, readList, readList, save, saveFields, write, write, writeListpublic RemoteRunConfigParameters(String name)
public RemoteRunConfigParameters()
public DebugTransport getTransport()
public void setTransport(DebugTransport transport)
public String getHost()
public void setHost(String host)
public String getPort()
public void setPort(String port)
public String getAddress()
public void setAddress(String address)
public void copy(RemoteRunConfigParameters to)
copy in interface IRunConfigParameters<RemoteRunConfigParameters>copy in class AbstractRunConfigParameters<RemoteRunConfigParameters>Copyright © 2020. All rights reserved.