com.pietschy.command.configuration.impl
Class ActionCommandConfigurator

java.lang.Object
  extended by com.pietschy.command.configuration.impl.ActionCommandConfigurator
All Implemented Interfaces:
Configurator

 class ActionCommandConfigurator
extends java.lang.Object
implements Configurator

Configurator instance for generic ActionCommands. This class simply configures the command faces and user properties.


Constructor Summary
ActionCommandConfigurator()
           
 
Method Summary
 void configure(Command command, Configuration config)
          Configures the specified ActionCommand.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCommandConfigurator

ActionCommandConfigurator()
Method Detail

configure

public void configure(Command command,
                      Configuration config)
               throws ConfigurationException
Configures the specified ActionCommand.

Specified by:
configure in interface Configurator
Parameters:
command - the ActionCommand to configure.
config - the commands configuration.
Throws:
ConfigurationException - if the command specified is configured a group.


Copyright © 2006 - 2007 Andrew Pietsch