org.qianalyze.maven
Class DroolsRulesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.qianalyze.maven.DroolsRulesMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="compile",
defaultPhase=COMPILE)
public class DroolsRulesMojo- extends org.apache.maven.plugin.AbstractMojo
Goal which Compiles drools rules into a package.
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
compileRules()
|
void |
execute()
Setup the options to pass to the code generator. |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compileClasspathElements
protected List<String> compileClasspathElements
DroolsRulesMojo
public DroolsRulesMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Setup the options to pass to the code generator.
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
compileRules
public void compileRules()
throws org.drools.compiler.DroolsParserException,
IOException
- Throws:
org.drools.compiler.DroolsParserException
IOException
Copyright © 2013. All Rights Reserved.