com.dtrules.testsupport
Class ChangeReport.RulesConfig
java.lang.Object
com.dtrules.testsupport.ChangeReport.RulesConfig
- Enclosing class:
- ChangeReport
public class ChangeReport.RulesConfig
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ruleSetName
protected String ruleSetName
path
protected String path
dtRulesConfig
protected String dtRulesConfig
xml
protected String xml
description
protected String description
dtsName
protected String dtsName
eddName
protected String eddName
mappingName
protected String mappingName
dts
protected InputStream dts
edd
protected InputStream edd
mapping
protected InputStream mapping
dtsRoot
protected XMLTree.Node dtsRoot
eddRoot
protected XMLTree.Node eddRoot
mappingRoot
protected XMLTree.Node mappingRoot
getDtsRoot
public XMLTree.Node getDtsRoot()
- Returns:
- the dtsRoot
setDtsRoot
public void setDtsRoot(XMLTree.Node dtsRoot)
- Parameters:
dtsRoot - the dtsRoot to set
getEddRoot
public XMLTree.Node getEddRoot()
- Returns:
- the eddRoot
setEddRoot
public void setEddRoot(XMLTree.Node eddRoot)
- Parameters:
eddRoot - the eddRoot to set
getMappingRoot
public XMLTree.Node getMappingRoot()
- Returns:
- the mappingRoot
setMappingRoot
public void setMappingRoot(XMLTree.Node mappingRoot)
- Parameters:
mappingRoot - the mappingRoot to set
setRuleSetName
public void setRuleSetName(String ruleSetName)
- The Rule Set we are going to compare.
- Parameters:
ruleSetName -
setPath
public void setPath(String path)
- Set the path. If the path changes, we attempt to update the Inputstreams.
Maybe not necessary, but it avoids restricting the order of tags in the
Rules Engine configuration file.
- Parameters:
path -
setDtRulesConfig
public void setDtRulesConfig(String dtRulesConfig)
setDescription
public void setDescription(String description)
setXml
public void setXml(String xmlSubPath)
- Set the xml subpath. If the path changes, we attempt to update the Inputstreams.
Maybe not necessary, but it avoids restricting the order of tags in the
Rules Engine configuration file.
- Parameters:
xmlSubPath -
setDtsName
public void setDtsName(String name)
setEddName
public void setEddName(String name)
setMappingName
public void setMappingName(String name)
Copyright © 2011 DTrules Inc. All Rights Reserved.