CommandLine.ScopeType |
scope() |
Returns whether subcommands inherit their attributes from this parent command.
|
CommandLine.ScopeType |
scope() |
Determines on which command(s) this option exists: on this command only (the default), or
whether this is a "global" option that is applied to this command and all subcommands, sub-subcommands, etc.
|
CommandLine.ScopeType |
scope() |
Determines on which command(s) this positional parameter exists: on this command only (the default), or
whether this is a "global" parameter that is applied to this command and all subcommands, sub-subcommands, etc.
|
CommandLine.ScopeType |
CommandLine.Model.ArgSpec.scopeType() |
Returns the scope of this argument; is it local, or inherited (it applies to this command as well as all sub- and sub-subcommands).
|
CommandLine.ScopeType |
CommandLine.Model.CommandSpec.scopeType() |
Returns the scope of this argument; is it local, or inherited (it applies to this command as well as all sub- and sub-subcommands).
|
static CommandLine.ScopeType |
CommandLine.ScopeType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CommandLine.ScopeType[] |
CommandLine.ScopeType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|