|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Connector.SelectedArgument
Specification for and value of a Connector argument, whose value is a String selected from a list of choices.
Method Summary | |
---|---|
List<String> |
choices()
Return the possible values for the argument |
boolean |
isValid(String value)
Performs basic sanity check of argument. |
Methods inherited from interface com.sun.jdi.connect.Connector.Argument |
---|
description, label, mustSpecify, name, setValue, value |
Method Detail |
---|
List<String> choices()
List
of String
boolean isValid(String value)
isValid
in interface Connector.Argument
true
if value is one of choices()
.
|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |