Uses of Interface
com.github.sttk.cliargs.OptCfg.Param
Packages that use OptCfg.Param
Package
Description
Provides the classes to parse and print comand line arguments.
-
Uses of OptCfg.Param in com.github.sttk.cliargs
Methods in com.github.sttk.cliargs that return OptCfg.ParamModifier and TypeMethodDescriptionstatic OptCfg.Param
Is the static method to set theargInHelp
field like a named parameter.static OptCfg.Param
Is the static method to set thedefaults
field like a named parameter.static OptCfg.Param
Is the static method to set thedefaults
field like a named parameter.static OptCfg.Param
Is the static method to set thedesc
field like a named parameter.static OptCfg.Param
OptCfg.Param.hasArg
(boolean hasArg) Is the static method to set thehasArg
field like a named parameter.static OptCfg.Param
OptCfg.Param.isArray
(boolean isArray) Is the static method to set theisArray
field like a named parameter.static OptCfg.Param
Is the static method to set thenames
field like a named parameter.static OptCfg.Param
Is the static method to set thenames
field like a named parameter.static OptCfg.Param
Is the static method to set thestoreKey
field like a named parameter.static OptCfg.Param
Is the static method to set thevalidator
field like a named parameter.Constructors in com.github.sttk.cliargs with parameters of type OptCfg.ParamModifierConstructorDescriptionOptCfg
(OptCfg.Param... params) Is the constructor that takes the variadic parameters ofOptCfg.Param
which can be specified like named parameters.