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 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)
-
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:
copy
in interfaceIRunConfigParameters<RemoteRunConfigParameters>
- Overrides:
copy
in classAbstractRunConfigParameters<RemoteRunConfigParameters>
-
-