Class JavaTargetDebugInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int port  
      java.lang.String target  
      java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaTargetDebugInfo​(int port, java.lang.String target)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • port

        public int port
      • target

        public java.lang.String target
    • Constructor Detail

      • JavaTargetDebugInfo

        public JavaTargetDebugInfo​(int port,
                                   java.lang.String target)