Uses of Interface
fr.umlv.tatoo.cc.common.main.Command

Packages that use Command
fr.umlv.tatoo.cc.common.main   
fr.umlv.tatoo.cc.tools.main   
 

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

Classes in fr.umlv.tatoo.cc.common.main that implement Command
 class AbstractSimpleCommand<B>
           
 

Fields in fr.umlv.tatoo.cc.common.main declared as Command
static Command<GeneratorBean> GeneratorOption.check
           
static Command<GeneratorBean> GeneratorOption.logLevel
           
static Command<GeneratorBean> GeneratorOption.version
           
 

Methods in fr.umlv.tatoo.cc.common.main that return Command
 Command<?> CommandLineParser.Option.command()
          Returns the command to execute if the option is recognized.
static Command<GeneratorBean> GeneratorOption.packaze(String... tools)
           
 

Methods in fr.umlv.tatoo.cc.common.main with parameters of type Command
 void CommandLineParser.addCommands(Command<? super D>... commands)
          Add commands to the current command line parser.
protected  StringBuilder UsageFormatter.optionText(StringBuilder optBuilder, Command<?> command, String option, int numberOfArgument)
           
 void CommandLineParser.registerOption(String optionName, Command<? super D> command, int numberOfArgument)
           
 void OptionRegistry.registerOption(String optionName, Command<? super D> command, int numberOfArgument)
          register an option with a name a command to execute and a number of option argument.
 void CommandLineParser.registerOption(String prefix, String optionName, Command<? super D> command, int numberOfArgument)
           
 void OptionRegistry.registerOption(String prefix, String optionName, Command<? super D> command, int numberOfArgument)
          register an option with a specific prefix, a name a command to execute and a number of option argument.
 

Method parameters in fr.umlv.tatoo.cc.common.main with type arguments of type Command
 String UsageFormatter.usage(String comment, Map<? extends Command<?>,? extends Set<? extends CommandLineParser.Option>> commands, int depth, int optionLength)
          returns the usage of a set of command.
 

Constructors in fr.umlv.tatoo.cc.common.main with parameters of type Command
CommandLineParser(Command<? super D>... commands)
          Create a command line parser with some commands.
CommandLineParser(String prefix, Command<? super D>... commands)
          Create a command line parser with a default option prefix and some commands.
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.
 

Uses of Command in fr.umlv.tatoo.cc.tools.main
 

Fields in fr.umlv.tatoo.cc.tools.main declared as Command
static Command<ToolsParam> ToolsOption.generateAST