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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private String
private DebugTransport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getHost()
getPort()
void
setAddress
(String address) void
void
void
setTransport
(DebugTransport transport) Methods inherited from class editor.run.AbstractRunConfigParameters
getName, setName
-
Field Details
-
_transport
-
_host
-
_port
-
_address
-
-
Constructor Details
-
RemoteRunConfigParameters
-
RemoteRunConfigParameters
public RemoteRunConfigParameters()
-
-
Method Details
-
getTransport
-
setTransport
-
getHost
-
setHost
-
getPort
-
setPort
-
getAddress
-
setAddress
-
copy
- Specified by:
copy
in interfaceIRunConfigParameters<RemoteRunConfigParameters>
- Overrides:
copy
in classAbstractRunConfigParameters<RemoteRunConfigParameters>
-