org.drools.smf
Class RuleSetPackage

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

public class RuleSetPackage
extends java.lang.Object

References the results from the compilation of a RuleSet.


Constructor Summary
RuleSetPackage(RuleSet ruleSet, java.net.URL binJar, java.net.URL srcJar)
           
 
Method Summary
 java.net.URL getBinJar()
           
 RuleSet getRuleSet()
           
 java.net.URL getSrcJar()
          If the compiler produced no src then a src jar will not exist and this method returns null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleSetPackage

public RuleSetPackage(RuleSet ruleSet,
                      java.net.URL binJar,
                      java.net.URL srcJar)
Method Detail

getBinJar

public java.net.URL getBinJar()

getRuleSet

public RuleSet getRuleSet()

getSrcJar

public java.net.URL getSrcJar()
If the compiler produced no src then a src jar will not exist and this method returns null.

Returns: