public class CommandOption extends Object
| Constructor and Description |
|---|
CommandOption(String longKey)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLongKey()
Provides the long key of the command line option.
|
String |
getValue()
Provides the value of the command line option.
|
String |
setValue(String value)
Saves the value of the command line option.
|
public CommandOption(String longKey)
longKey - A String with the long key of the command line option.public String getLongKey()
public String getValue()
Copyright © 2000–2023 LOCKSS Program. All rights reserved.