org.objectweb.jonas_domain.rules
Class DomainRuleSet

java.lang.Object
  extended byorg.apache.commons.digester.RuleSetBase
      extended byorg.objectweb.jonas_lib.deployment.rules.JRuleSetBase
          extended byorg.objectweb.jonas_domain.rules.DomainRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

public class DomainRuleSet
extends JRuleSetBase

This class defines the rules to analyze the domain element

Author:
Adriana Danes

Field Summary
 
Fields inherited from class org.objectweb.jonas_lib.deployment.rules.JRuleSetBase
prefix
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
DomainRuleSet()
          Construct an object with the prefix "domain"
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester digester)
          Add a set of rules to the digester object
 
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

DomainRuleSet

public DomainRuleSet()
Construct an object with the prefix "domain"

Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)
Add a set of rules to the digester object

Parameters:
digester - Digester instance