com.free2be.dimensions.config
Class DimensionsConfigRuleSet

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by com.free2be.dimensions.config.DimensionsConfigRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

public class DimensionsConfigRuleSet
extends org.apache.commons.digester.RuleSetBase

This class contains the rules used by the digester to parse the configuration file.


Field Summary
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
DimensionsConfigRuleSet()
          Creates a new instance of DimensionsConfigRuleSet
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester digester)
          Adds the rule instances to the digester.
 
Methods inherited from class org.apache.commons.digester.RuleSetBase
getNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DimensionsConfigRuleSet

public DimensionsConfigRuleSet()
Creates a new instance of DimensionsConfigRuleSet

Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)
Adds the rule instances to the digester.

Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet
Specified by:
addRuleInstances in class org.apache.commons.digester.RuleSetBase
Parameters:
digester - The digester to use.