Class CliArgs


  • public class CliArgs
    extends Object
    A simple wrapper for the arguments of a main method from a command-line-interface (CLI). Allows to easily iterate and parse these arguments.
    Since:
    1.0.0
    See Also:
    CliArgs(String...), getFirst()
    • Constructor Detail

      • CliArgs

        public CliArgs​(String... args)
        The constructor.
        Parameters:
        args - the command-line arguments from main method.