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


package eu.svjatoslav.commons.cli_helper.parameter_parser.parameter
  • Class
    Description
    This class is used to define commandline option which accepts directory as parameter.
    DirectoryOptions class represents a command-line option for one or more directories.
    This enum is used to define if resource denoted by particular option parameter shall exist or not.
    This class represents commandline option which accepts exactly one parameter which is a file.
    This class represents commandline option which accepts one or more parameters which are files.
     
    This class represents commandline option which accepts exactly one parameter which is an integer.
    This class represents commandline option which accepts exactly zero parameters.
    This class represents commandline option which accepts exactly one parameter which is a string.
    This class represents commandline option which accepts one or more parameters which are strings.