Class CliOption

    • Constructor Detail

      • CliOption

        public CliOption​(String arg,
                         boolean assignment)
        The constructor.
        Parameters:
        arg - the argument option.
        assignment - - the assignment flag.
    • Method Detail

      • isAssignment

        public boolean isAssignment()
        Returns:
        true if this option was provided with a value assignment (e.g. "--file=test.txt" for CliLongOption "--file"), false otherwise (e.g. "--file test.txt").