Package editor.run
Class RemoteRunConfigParameters
- java.lang.Object
-
- editor.run.AbstractRunConfigParameters<RemoteRunConfigParameters>
-
- editor.run.RemoteRunConfigParameters
-
- All Implemented Interfaces:
IRunConfigParameters<RemoteRunConfigParameters>,IJsonIO
public class RemoteRunConfigParameters extends AbstractRunConfigParameters<RemoteRunConfigParameters>
-
-
Constructor Summary
Constructors Constructor Description RemoteRunConfigParameters()RemoteRunConfigParameters(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopy(RemoteRunConfigParameters to)StringgetAddress()StringgetHost()StringgetPort()DebugTransportgetTransport()voidsetAddress(String address)voidsetHost(String host)voidsetPort(String port)voidsetTransport(DebugTransport transport)-
Methods inherited from class editor.run.AbstractRunConfigParameters
getName, setName
-
-
-
-
Constructor Detail
-
RemoteRunConfigParameters
public RemoteRunConfigParameters(String name)
-
RemoteRunConfigParameters
public RemoteRunConfigParameters()
-
-
Method Detail
-
getTransport
public DebugTransport getTransport()
-
setTransport
public void setTransport(DebugTransport transport)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getPort
public String getPort()
-
setPort
public void setPort(String port)
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
copy
public void copy(RemoteRunConfigParameters to)
- Specified by:
copyin interfaceIRunConfigParameters<RemoteRunConfigParameters>- Overrides:
copyin classAbstractRunConfigParameters<RemoteRunConfigParameters>
-
-