Class JavaDebugServer

java.lang.Object
com.microsoft.java.debug.plugin.internal.JavaDebugServer
All Implemented Interfaces:
IDebugServer

public class JavaDebugServer extends Object implements IDebugServer
  • Method Details

    • getInstance

      public static IDebugServer getInstance()
      Gets the single instance of JavaDebugServer.
      Returns:
      the JavaDebugServer instance
    • getPort

      public int getPort()
      Gets the server port.
      Specified by:
      getPort in interface IDebugServer
    • start

      public void start()
      Starts the server if it's not started yet.
      Specified by:
      start in interface IDebugServer
    • stop

      public void stop()
      Specified by:
      stop in interface IDebugServer