-
- All Superinterfaces:
Connector.Argument,Serializable
- Enclosing interface:
- Connector
public static interface Connector.StringArgument extends Connector.Argument
Specification for and value of a Connector argument, whose value is a String.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid(String value)Performs basic sanity check of argument.-
Methods declared in interface com.sun.jdi.connect.Connector.Argument
description, label, mustSpecify, name, setValue, value
-
-
-
-
Method Detail
-
isValid
boolean isValid(String value)
Performs basic sanity check of argument.- Specified by:
isValidin interfaceConnector.Argument- Returns:
truealways
-
-