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.ParamIs the static method to set theargInHelpfield like a named parameter.static OptCfg.ParamIs the static method to set thedefaultsfield like a named parameter.static OptCfg.ParamIs the static method to set thedefaultsfield like a named parameter.static OptCfg.ParamIs the static method to set thedescfield like a named parameter.static OptCfg.ParamOptCfg.Param.hasArg(boolean hasArg) Is the static method to set thehasArgfield like a named parameter.static OptCfg.ParamOptCfg.Param.isArray(boolean isArray) Is the static method to set theisArrayfield like a named parameter.static OptCfg.ParamIs the static method to set thenamesfield like a named parameter.static OptCfg.ParamIs the static method to set thenamesfield like a named parameter.static OptCfg.ParamIs the static method to set thestoreKeyfield like a named parameter.static OptCfg.ParamIs the static method to set thevalidatorfield 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.Paramwhich can be specified like named parameters.