public class RemoteRunConfig extends AbstractRunConfig<RemoteRunConfigParameters>
| Constructor and Description |
|---|
RemoteRunConfig() |
RemoteRunConfig(RemoteRunConfigParameters params) |
| Modifier and Type | Method and Description |
|---|---|
IProcessRunner |
debug() |
String |
getAddress() |
String |
getHost() |
Icon |
getIcon() |
String |
getPort() |
DebugTransport |
getTransport() |
boolean |
isDebuggable() |
boolean |
isRunnable() |
boolean |
isValid() |
JComponent |
makePanel(RemoteRunConfigParameters params,
java.util.function.Consumer<RemoteRunConfigParameters> changeListener) |
IProcessRunner |
run() |
equals, getParams, hashCode, setParamsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetNameisSimpleType, isSimpleType, load, loadFields, read, read, readList, readList, save, saveFields, write, write, writeListpublic RemoteRunConfig(RemoteRunConfigParameters params)
public RemoteRunConfig()
public DebugTransport getTransport()
public String getHost()
public String getPort()
public String getAddress()
public boolean isValid()
public Icon getIcon()
public JComponent makePanel(RemoteRunConfigParameters params, java.util.function.Consumer<RemoteRunConfigParameters> changeListener)
public boolean isRunnable()
public boolean isDebuggable()
public IProcessRunner run()
public IProcessRunner debug()
Copyright © 2018. All rights reserved.