Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.dinopolis.util.commandarguments: Javadoc index of package org.dinopolis.util.commandarguments.


Package Samples:

org.dinopolis.util.commandarguments

Classes:

CommandArguments: CommandArguments takes care of command line arguments and options. It checks, if arguments are valid and simplifies checking, if an argument is set or not. There are two different kinds of arguments: those starting with one or two minus(es) ('-', '--') (called options here) and those without. The first type is used to set options, those without are 'real' arguments. There are short and long options. Short options are only one character long and need to be prefixed by a single minus ( '-' ). When they are parsed, it makes no difference, if they are written separately or all in one: e.g. -dfl is ...
InvalidCommandArgumentFormatException: CommandInvalidArgumentFormatException is used by CommandArguments to indicate that a given argument has an invalid value. This might be an argument that is declared to have a number as value, but the value is either missing at all or cannot be converted to a number.
InvalidCommandArgumentException: CommandInvalidArgumentException is used by CommandArguments to indicate that a given argument is not valid.
CommandArgumentException: CommandArgumentExcpetion

Home | Contact Us | Privacy Policy | Terms of Service