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 DebugTransportRemoteRunConfig. getTransport()DebugTransportRemoteRunConfigParameters. getTransport()static DebugTransportDebugTransport. 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 voidRemoteRunConfigParameters. setTransport(DebugTransport transport)
-