com.dtrules.testsupport
Class ChangeReport.RulesConfig

java.lang.Object
  extended by com.dtrules.testsupport.ChangeReport.RulesConfig
Enclosing class:
ChangeReport

public class ChangeReport.RulesConfig
extends Object


Nested Class Summary
protected  class ChangeReport.RulesConfig.parseConfig
           
 
Field Summary
protected  String description
           
protected  String dtRulesConfig
           
protected  InputStream dts
           
protected  String dtsName
           
protected  XMLTree.Node dtsRoot
           
protected  InputStream edd
           
protected  String eddName
           
protected  XMLTree.Node eddRoot
           
protected  InputStream mapping
           
protected  String mappingName
           
protected  XMLTree.Node mappingRoot
           
protected  String path
           
protected  String ruleSetName
           
protected  String xml
           
 
Method Summary
 XMLTree.Node getDtsRoot()
           
 XMLTree.Node getEddRoot()
           
 XMLTree.Node getMappingRoot()
           
 void setDescription(String description)
           
 void setDtRulesConfig(String dtRulesConfig)
           
 void setDtsName(String name)
           
 void setDtsRoot(XMLTree.Node dtsRoot)
           
 void setEddName(String name)
           
 void setEddRoot(XMLTree.Node eddRoot)
           
 void setMappingName(String name)
           
 void setMappingRoot(XMLTree.Node mappingRoot)
           
 void setPath(String path)
          Set the path.
 void setRuleSetName(String ruleSetName)
          The Rule Set we are going to compare.
 void setXml(String xmlSubPath)
          Set the xml subpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.