Uses of Class
editor.run.DebugTransport
-
Packages that use DebugTransport Package Description editor.run -
-
Uses of DebugTransport in editor.run
Methods in editor.run that return DebugTransport Modifier and Type Method Description DebugTransport
RemoteRunConfig. getTransport()
DebugTransport
RemoteRunConfigParameters. getTransport()
static DebugTransport
DebugTransport. valueOf(String name)
Returns the enum constant of this type with the specified name.static DebugTransport[]
DebugTransport. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in editor.run with parameters of type DebugTransport Modifier and Type Method Description void
RemoteRunConfigParameters. setTransport(DebugTransport transport)
-