Uses of Class
edu.uoc.fw.core.config.CommandConfig

Packages that use CommandConfig
edu.uoc.fw.core.config   
 

Uses of CommandConfig in edu.uoc.fw.core.config
 

Methods in edu.uoc.fw.core.config that return CommandConfig
 CommandConfig Configuration.getCommandConfig(java.lang.String commandName)
          Retorna la configuraciķ d'un command de l'aplicaciķ segons el seu nom.
 

Methods in edu.uoc.fw.core.config with parameters of type CommandConfig
 void Configuration.addCommand(CommandConfig commandConfig)
          Afegeix una instāncia de CommandConfig, la configuraciķ d'un command, a la hash de commands de la configuraciķ.