Package eu.svjatoslav.commons.cli_helper.parameter_parser.parameter


package eu.svjatoslav.commons.cli_helper.parameter_parser.parameter
  • Class
    Description
    Represents a command-line option that accepts exactly one parameter interpreted as a directory path.
    Represents a command-line option that accepts one or more directory paths.
    Defines whether a file/directory resource must exist, must not exist, or if it does not matter.
    Represents a command-line option that accepts exactly one parameter which is interpreted as a file path.
    Represents a command-line option that accepts one or more file paths.
    Represents a command-line option that accepts exactly one floating-point parameter.
    Represents a command-line option that accepts exactly one parameter interpreted as an integer.
    Represents a command-line option that accepts exactly zero parameters.
    Represents a command-line option that accepts exactly one string parameter.
    Represents a command-line option that accepts one or more string parameters.