Uses of Class
com.clumd.projects.java_common_utils.arg_parser.Argument
Packages that use Argument
-
Uses of Argument in com.clumd.projects.java_common_utils.arg_parser
Methods in com.clumd.projects.java_common_utils.arg_parser that return ArgumentMethods in com.clumd.projects.java_common_utils.arg_parser that return types with arguments of type ArgumentModifier and TypeMethodDescriptionCLIArgParser.parseFromCLI(@NonNull Collection<Argument<?>> possibleArguments, @NonNull String[] args) AsCLIArgParser.parseFromCLI(Collection, String[], boolean, boolean), but defaulting to false forignoreUnknownCLIArgsandreturnArgsWithDefaultButNotOnCLICLIArgParser.parseFromCLI(@NonNull Collection<Argument<?>> possibleArguments, @NonNull String[] args, boolean ignoreUnknownCLIArgs, boolean returnArgsWithDefaultButNotOnCLI) Used to execute the parsing process of Command line arguments into validated program input.JavaArgParser.parseFromCLI(@NonNull Collection<Argument<?>> possibleArguments, @NonNull String[] args) JavaArgParser.parseFromCLI(@NonNull Collection<Argument<?>> possibleArguments, @NonNull String[] args, boolean ignoreUnknownCLIArgs, boolean returnArgsWithDefaultButNotOnCLI) Method parameters in com.clumd.projects.java_common_utils.arg_parser with type arguments of type ArgumentModifier and TypeMethodDescriptionCLIArgParser.getBoilerplate(@NonNull Collection<Argument<?>> forArguments) Used to get the boilerplate message that can be used to print to the CLI with the relevant argument options and their usage descriptions.JavaArgParser.getBoilerplate(@NonNull Collection<Argument<?>> forArguments) CLIArgParser.parseFromCLI(@NonNull Collection<Argument<?>> possibleArguments, @NonNull String[] args) AsCLIArgParser.parseFromCLI(Collection, String[], boolean, boolean), but defaulting to false forignoreUnknownCLIArgsandreturnArgsWithDefaultButNotOnCLICLIArgParser.parseFromCLI(@NonNull Collection<Argument<?>> possibleArguments, @NonNull String[] args, boolean ignoreUnknownCLIArgs, boolean returnArgsWithDefaultButNotOnCLI) Used to execute the parsing process of Command line arguments into validated program input.JavaArgParser.parseFromCLI(@NonNull Collection<Argument<?>> possibleArguments, @NonNull String[] args) JavaArgParser.parseFromCLI(@NonNull Collection<Argument<?>> possibleArguments, @NonNull String[] args, boolean ignoreUnknownCLIArgs, boolean returnArgsWithDefaultButNotOnCLI)