com.pietschy.command.configuration.impl
Interface Configurator
- All Known Implementing Classes:
- ActionCommandConfigurator, CommandGroupConfigurator, ToggleGroupConfigurator
interface Configurator
Defines configurator instances that are responsible for applying the contents of
a particular Configuration to a command instance. Any number of configurators can be
defined to configure the various command and group types.
Configurator instances are registered with ConfiguratorRegistry.register(Class, Configurator).
configure
void configure(Command command,
Configuration config)
throws ConfigurationException
- Throws:
ConfigurationException
Copyright © 2006 - 2007 Andrew Pietsch