Defines the classes for managing the debuggee runtimes. The runtimes are simply objects which represent the Java Runtime Environment to be used by the debuggee when it is launched by the debuggee. By default, the runtime that hosts JSwat will be defined using a default runtime implementation.
The RuntimeManager
implementations are accessed via
the RuntimeProvider
static class. To provide custom
implementations of RuntimeManager
, you must install your
implementation as a "service". See the NetBeans OpenAPIs
documentation under "Services & Lookup" to learn how
this is done.