Package | Description |
---|---|
oracle.ifs.utils.cmd |
Modifier and Type | Class and Description |
---|---|
class |
BooleanOption
The
BooleanOption class models a command line
option that is either present (true) or not present (false). |
class |
StringClumpOption
The
StringClumpOption class models a command line
option that may be attached to a string value. |
class |
StringOption
The
StringOption class models a command line
option that may contain a string value. |
Constructor and Description |
---|
OptionParser(CmdLineOption[] options)
Creates a new command line option parser based on the given options.
|
Copyright © 2023. All rights reserved.