org.codehaus.enunciate.modules.gwt.config
Class GWTRuleSet

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by org.codehaus.enunciate.modules.gwt.config.GWTRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

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

Rules for the configuration of the gwt module.

Author:
Ryan Heaton

Field Summary
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
GWTRuleSet()
           
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester 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

GWTRuleSet

public GWTRuleSet()
Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)
Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet
Specified by:
addRuleInstances in class org.apache.commons.digester.RuleSetBase