org.drools.smf
Class RuleSetPackage
java.lang.Object
org.drools.smf.RuleSetPackage
public class RuleSetPackage
- extends java.lang.Object
References the results from the compilation of a RuleSet.
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 |
RuleSetPackage
public RuleSetPackage(RuleSet ruleSet,
java.net.URL binJar,
java.net.URL srcJar)
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: