public class Option extends Object
| Constructor and Description |
|---|
Option(String name,
char valueSeparator,
String... values)
Creates a new
Option with the specified name, value separator, and
an array of associated values. |
Option(String name,
String... values)
Creates a new
Option with the specified name, value separator, and
single associated value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
String[] |
getValues() |
char |
getValueSeparator() |
int |
hashCode() |
public Option(String name, char valueSeparator, String... values)
Option with the specified name, value separator, and
an array of associated values.name - The name.valueSeparator - The value separator.values - The associated values.Copyright © 2019 OpenJAX. All rights reserved.