org.ow2.jonas.deployment.common.rules
Class PortComponentRefRuleSet
java.lang.Object
org.apache.commons.digester.RuleSetBase
org.ow2.jonas.deployment.common.rules.JRuleSetBase
org.ow2.jonas.deployment.common.rules.PortComponentRefRuleSet
- All Implemented Interfaces:
- org.apache.commons.digester.RuleSet
public class PortComponentRefRuleSet
- extends JRuleSetBase
This class defines a rule to analyze port-component-ref
- Author:
- Florent Benoit
| Fields inherited from class org.apache.commons.digester.RuleSetBase |
namespaceURI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortComponentRefRuleSet
public PortComponentRefRuleSet(String prefix)
- Construct an object with a specific prefix
- Parameters:
prefix - prefix to use during the parsing
addRuleInstances
public void addRuleInstances(org.apache.commons.digester.Digester digester)
- Add a set of rules to the digester object
- Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet- Specified by:
addRuleInstances in class org.apache.commons.digester.RuleSetBase
- Parameters:
digester - Digester instance
getNamespaceURI
public String getNamespaceURI()
- Specified by:
getNamespaceURI in interface org.apache.commons.digester.RuleSet- Overrides:
getNamespaceURI in class org.apache.commons.digester.RuleSetBase
- Returns:
- the namespaceURI that is relevant for this RuleSet.
Copyright © 2010 OW2 Consortium. All Rights Reserved.