Uses of Class
fr.umlv.tatoo.cc.common.main.UsageFormatter

Packages that use UsageFormatter
fr.umlv.tatoo.cc.common.main   
 

Uses of UsageFormatter in fr.umlv.tatoo.cc.common.main
 

Constructors in fr.umlv.tatoo.cc.common.main with parameters of type UsageFormatter
CommandLineParser(String prefix, UsageFormatter formatter, Command<? super D>... commands)
          Creates a command line parser with a default option prefix, a formatter and some commands.
CommandLineParser(UsageFormatter formatter, Command<? super D>... commands)
          Create a command line parser with a usage formatter and some commands.