Uses of Class
editor.run.DebugTransport
-
Packages that use DebugTransport Package Description editor.run -
-
Uses of DebugTransport in editor.run
Fields in editor.run declared as DebugTransport Modifier and Type Field Description private DebugTransportRemoteRunConfigParameters. _transportMethods in editor.run that return DebugTransport Modifier and Type Method Description DebugTransportRemoteRunConfig. getTransport()DebugTransportRemoteRunConfigParameters. getTransport()static DebugTransportDebugTransport. valueOf(java.lang.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 private java.util.Map<java.lang.String,com.sun.jdi.connect.Connector.Argument>OutOfProcessRemote. applyArgs(com.sun.jdi.connect.Connector conn, DebugTransport transport)voidRemoteRunConfigParameters. setTransport(DebugTransport transport)
-