public static interface

Connector.SelectedArgument

implements Connector.Argument
com.sun.jdi.connect.Connector.SelectedArgument

Class Overview

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

Summary

Public Methods
abstract List<String> choices()
Return the possible values for the argument
abstract boolean isValid(String value)
Performs basic sanity check of argument.
[Expand]
Inherited Methods
From interface com.sun.jdi.connect.Connector.Argument

Public Methods

public abstract List<String> choices ()

Return the possible values for the argument

Returns

public abstract boolean isValid (String value)

Performs basic sanity check of argument.

Returns