com.pietschy.command.configuration.impl
Class ToggleGroupConfigurator

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

 class ToggleGroupConfigurator
extends CommandGroupConfigurator

Configurator instance for ToggleGroups.


Constructor Summary
ToggleGroupConfigurator()
           
 
Method Summary
protected  void configureProperties(CommandGroup group, Configuration config)
          Configures the properties specific to ToggleGroups.
 
Methods inherited from class com.pietschy.command.configuration.impl.CommandGroupConfigurator
configure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToggleGroupConfigurator

ToggleGroupConfigurator()
Method Detail

configureProperties

protected void configureProperties(CommandGroup group,
                                   Configuration config)
                            throws ParseException
Configures the properties specific to ToggleGroups.

Overrides:
configureProperties in class CommandGroupConfigurator
Parameters:
group - the group to configure.
config - the configuration store.
Throws:
ParseException - if there was an error configuring the group.


Copyright © 2006 - 2007 Andrew Pietsch