Uses of Class
halo.userinterface.cmdline.cmdexceptions.InvalidFlagException

Packages that use InvalidFlagException
halo.userinterface.cmdline Provides for the handling of user input and starting of corresponding calculations. 
 

Uses of InvalidFlagException in halo.userinterface.cmdline
 

Methods in halo.userinterface.cmdline that throw InvalidFlagException
static void CmdFilterData.extractFlags(java.lang.String[] input)
          Takes the input options and sets all necessary variables accordingly
static Data CmdNormalization.getData(java.lang.String[] input)
          Uses the complete options array to split it and forward the necessary information to the interface for data manipulation
static Data CmdFilterData.prepareData(java.lang.String[] input)
          Creates a data object from the information given as options array