|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pietschy.command.configuration.impl.CommandGroupConfigurator
class CommandGroupConfigurator
Configurator instance for CommandGroups. This class configures the groups faces and properties.
| Constructor Summary | |
|---|---|
CommandGroupConfigurator()
|
|
| Method Summary | |
|---|---|
void |
configure(Command command,
Configuration config)
Configures the specified group based on the specified configuration. |
protected void |
configureProperties(CommandGroup group,
Configuration config)
Configures the properties specific to CommandGroups. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
CommandGroupConfigurator()
| Method Detail |
|---|
public void configure(Command command,
Configuration config)
throws ConfigurationException
configure in interface Configuratorcommand - the CommandGroup to configure.config - the configuration.
ConfigurationException - if there was an error configuring the group.
java.lang.IllegalStateException - if the command wasn't an instance of CommandGroup.
protected void configureProperties(CommandGroup group,
Configuration config)
throws ParseException
group - the group to configure.config - the configuration store.
ParseException - if there was an error configuring the group.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||