org.drools.semantics.java
Class JavaCompiler

java.lang.Object
  extended by org.drools.semantics.java.JavaCompiler

 class JavaCompiler
extends Object


Constructor Summary
JavaCompiler()
           
 
Method Summary
static Object compile(Rule rule, String className, Class clazz, String expression, String originalExpression, Declaration[] params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaCompiler

JavaCompiler()
Method Detail

compile

public static Object compile(Rule rule,
                             String className,
                             Class clazz,
                             String expression,
                             String originalExpression,
                             Declaration[] params)
                      throws IOException,
                             CompilationException
Throws:
IOException
CompilationException


Copyright © 2001-2005 The Codehaus. All Rights Reserved.