Interface Connector.SelectedArgument

All Superinterfaces:
Connector.Argument, Serializable
Enclosing interface:
Connector
public static interface Connector.SelectedArgument
extends Connector.Argument

Specification for and value of a Connector argument, whose value is a String selected from a list of choices.

Methods

Modifier and Type Method Description
List<String> choices()

Return the possible values for the argument

boolean isValid​(String value)

Performs basic sanity check of argument.

Methods declared in interface com.sun.jdi.connect.Connector.Argument

description, label, mustSpecify, name, setValue, value

Methods

choices

List<String> choices()

Return the possible values for the argument

Returns:
List of String

isValid

boolean isValid(String value)

Performs basic sanity check of argument.

Specified by:
isValid in interface Connector.Argument
Returns:
true if value is one of choices().

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/jdk.jdi/com/sun/jdi/connect/Connector.SelectedArgument.html