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 Stringprivate Stringprivate Stringprivate DebugTransport -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetHost()getPort()voidsetAddress(String address) voidvoidvoidsetTransport(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:
copyin interfaceIRunConfigParameters<RemoteRunConfigParameters>- Overrides:
copyin classAbstractRunConfigParameters<RemoteRunConfigParameters>
-