org.jboss.drools.guvnor.importgenerator
Class ImportFileGenerator
java.lang.Object
org.jboss.drools.guvnor.importgenerator.ImportFileGenerator
- All Implemented Interfaces:
- Constants
public class ImportFileGenerator
- extends Object
- implements Constants
a BRMS import file generator for drl and xml decision table files
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportFileGenerator
public ImportFileGenerator()
generateImportFile
public String generateImportFile(Map<String,PackageFile> packages)
throws Exception
- The main action method
- Parameters:
packages -
- Returns:
-
- Throws:
Exception
generateKnowledgeAgentInitFile
public String generateKnowledgeAgentInitFile(Map<String,PackageFile> packages)
throws Exception
- returns a drools-5.0 formatted xml file for use with a drools 5.0 knowledge agent
- Parameters:
packages -
- Returns:
-
- Throws:
Exception
run
public void run(CmdArgsParser options)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.