| Constructor and Description | 
|---|
ImportRules()  | 
| Modifier and Type | Method and Description | 
|---|---|
ImportRules | 
clone()
Perform a deep clone 
 | 
List<ImportRuleInterface> | 
getRules()  | 
String | 
getXML()  | 
void | 
loadXML(Node rulesNode)  | 
void | 
setRules(List<ImportRuleInterface> rules)  | 
List<ImportValidationFeedback> | 
verifyRules(Object subject)  | 
public static final String XML_TAG
public ImportRules clone()
public List<ImportValidationFeedback> verifyRules(Object subject)
public void loadXML(Node rulesNode) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic String getXML()
public List<ImportRuleInterface> getRules()
public void setRules(List<ImportRuleInterface> rules)