Class JavaDebugServer
java.lang.Object
com.microsoft.java.debug.plugin.internal.JavaDebugServer
- All Implemented Interfaces:
IDebugServer
-
Method Summary
Modifier and TypeMethodDescriptionstatic IDebugServerGets the single instance of JavaDebugServer.intgetPort()Gets the server port.voidstart()Starts the server if it's not started yet.voidstop()
-
Method Details
-
getInstance
Gets the single instance of JavaDebugServer.- Returns:
- the JavaDebugServer instance
-
getPort
public int getPort()Gets the server port.- Specified by:
getPortin interfaceIDebugServer
-
start
public void start()Starts the server if it's not started yet.- Specified by:
startin interfaceIDebugServer
-
stop
public void stop()- Specified by:
stopin interfaceIDebugServer
-