Uses of Enum Class
picocli.CommandLine.ScopeType
-
Uses of CommandLine.ScopeType in picocli
Fields in picocli declared as CommandLine.ScopeTypeModifier and TypeFieldDescriptionprivate CommandLine.ScopeType
CommandLine.Model.ArgSpec.Builder.scopeType
private final CommandLine.ScopeType
CommandLine.Model.ArgSpec.scopeType
private CommandLine.ScopeType
CommandLine.Model.CommandSpec.scopeType
Methods in picocli that return CommandLine.ScopeTypeModifier and TypeMethodDescriptionCommandLine.Model.ArgSpec.Builder.scopeType()
Returns the scope of this argument.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.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
Returns the enum constant of this class with the specified name.static CommandLine.ScopeType[]
CommandLine.ScopeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in picocli with parameters of type CommandLine.ScopeTypeModifier and TypeMethodDescriptionCommandLine.Model.ArgSpec.Builder.scopeType
(CommandLine.ScopeType scopeType) Sets the scope of where this argument applies: only this command, or also all sub (and sub-sub) commands, and returns this builder.CommandLine.Model.CommandSpec.scopeType
(CommandLine.ScopeType scopeType) Sets the scope of where this argument applies: only this command, or also all sub (and sub-sub) commands, and returns this builder.(package private) void
CommandLine.Model.CommandSpec.updateScopeType
(CommandLine.ScopeType scopeType)