[jboss-svn-commits] JBL Code SVN: r15424 - labs/jbossrules/trunk/drools-core/src/main/java/org/drools/agent.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Sep 28 03:54:53 EDT 2007


Author: michael.neale at jboss.com
Date: 2007-09-28 03:54:53 -0400 (Fri, 28 Sep 2007)
New Revision: 15424

Modified:
   labs/jbossrules/trunk/drools-core/src/main/java/org/drools/agent/RuleAgent.java
Log:
corrected javadoc

Modified: labs/jbossrules/trunk/drools-core/src/main/java/org/drools/agent/RuleAgent.java
===================================================================
--- labs/jbossrules/trunk/drools-core/src/main/java/org/drools/agent/RuleAgent.java	2007-09-28 06:46:35 UTC (rev 15423)
+++ labs/jbossrules/trunk/drools-core/src/main/java/org/drools/agent/RuleAgent.java	2007-09-28 07:54:53 UTC (rev 15424)
@@ -43,6 +43,9 @@
  *  <code>file</code>: a space seperated listing of files that make up the
  *  packages of the rulebase. Each package can only be in one file. You can't have
  *  packages spread across files. eg: file=/your/dir/file1.pkg file=/your/dir/file2.pkg
+ *  If the file has a .pkg extension, then it will be loaded as a binary Package (eg from the BRMS). If its a
+ *  DRL file (ie a file with a .drl extension with rule source in it), then it will attempt to compile it (of course, you will need the drools-compiler and its dependencies
+ *  available on your classpath).
  *
  *  <code>dir</code>: a single file system directory to monitor for packages.
  *  As with files, each package must be in its own file.




More information about the jboss-svn-commits mailing list