public abstract class DroolFileGenerator extends Object
| Constructor and Description | 
|---|
| DroolFileGenerator() | 
| Modifier and Type | Method and Description | 
|---|---|
| File | generateFile(List<DroolsRuleBo> droolsRuleBos,
                        String fileName) | 
| protected abstract List<Map> | getCustomRules() | 
| abstract List<Map> | getCustomRulesWithParameters() | 
| protected String | getDroolBaseDirectory() | 
| List<DroolsRuleBo> | getDroolsRuleBos() | 
| abstract String | getFilePath(String fileName) | 
| protected abstract String | getThenCustomRules() | 
| abstract boolean | isInterested(String value) | 
| void | setDroolsRuleBos(List<DroolsRuleBo> droolsRuleBos) | 
public DroolFileGenerator()
public List<DroolsRuleBo> getDroolsRuleBos()
public void setDroolsRuleBos(List<DroolsRuleBo> droolsRuleBos)
public File generateFile(List<DroolsRuleBo> droolsRuleBos, String fileName) throws Exception
Exceptionpublic abstract String getFilePath(String fileName)
protected abstract List<Map> getCustomRules()
public abstract List<Map> getCustomRulesWithParameters()
public abstract boolean isInterested(String value)
protected abstract String getThenCustomRules()
protected String getDroolBaseDirectory()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.