public interface CmdLineOption
CmdLineOption
class is the interface
for all command line options parsed by OptionParser
.OptionParser
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the string that the
OptionParser seeks
on the command line in association with the CmdLineOption . |
String getKey()
OptionParser
seeks
on the command line in association with the CmdLineOption
.
Initial '-' not included.OptionParser
Copyright © 2023. All rights reserved.