Java Debug Interface

Uses of Interface
com.sun.jdi.connect.Connector.Argument

Packages that use Connector.Argument
com.sun.jdi.connect This package defines connections between the virtual machine using the JDI and the target virtual machine. 
 

Uses of Connector.Argument in com.sun.jdi.connect
 

Subinterfaces of Connector.Argument in com.sun.jdi.connect
static interface Connector.BooleanArgument
          Specification for and value of a Connector argument, whose value is Boolean.
static interface Connector.IntegerArgument
          Specification for and value of a Connector argument, whose value is an integer.
static interface Connector.SelectedArgument
          Specification for and value of a Connector argument, whose value is a String selected from a list of choices.
static interface Connector.StringArgument
          Specification for and value of a Connector argument, whose value is a String.
 


Java Debug Interface