org.drools.smf
Class RuleSetCompiler

java.lang.Object
  extended by org.drools.smf.RuleSetCompiler

public class RuleSetCompiler
extends java.lang.Object


Constructor Summary
RuleSetCompiler(RuleSet ruleSet, java.lang.String packageName, java.lang.String knowledgeHelper)
           
 
Method Summary
 byte[] getBinaryDeploymentJar()
           
 RuleSet getRuleSet()
           
 byte[] getSourceDeploymentJar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleSetCompiler

public RuleSetCompiler(RuleSet ruleSet,
                       java.lang.String packageName,
                       java.lang.String knowledgeHelper)
                throws IntegrationException,
                       java.io.IOException
Throws:
IntegrationException
java.io.IOException
Method Detail

getRuleSet

public RuleSet getRuleSet()

getSourceDeploymentJar

public byte[] getSourceDeploymentJar()
                              throws java.io.IOException
Throws:
java.io.IOException

getBinaryDeploymentJar

public byte[] getBinaryDeploymentJar()
                              throws java.io.IOException
Throws:
java.io.IOException