Class CliArgument

    • Field Detail

      • END_OPTIONS

        public static final String END_OPTIONS
        The argument to indicate the end of the options. If this string is given as argument, any further arguments are treated as values. This allows to provide CliValues (e.g. a filename) starting with a hyphen ('-'). Please note that the first occurrence of this string given as argument will not be supplied as CliArgument but only parsed internally to hide complexity for the developer using this API.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CliArgument

        protected CliArgument​(String arg)
        The constructor.
        Parameters:
        arg - the argument.