com.xebialabs.deployit.deployment.rules
Class XmlRulesParser

java.lang.Object
  extended by com.xebialabs.deployit.deployment.rules.XmlRulesParser

public class XmlRulesParser
extends java.lang.Object


Field Summary
static org.jdom2.Namespace RULES_NAMESPACE
           
 
Constructor Summary
XmlRulesParser()
           
 
Method Summary
 void parseRules(java.net.URL rulesFile, RuleStore store)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RULES_NAMESPACE

public static final org.jdom2.Namespace RULES_NAMESPACE
Constructor Detail

XmlRulesParser

public XmlRulesParser()
Method Detail

parseRules

public void parseRules(java.net.URL rulesFile,
                       RuleStore store)