站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

JaninoJavaCompiler (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.apache.commons.jci.compilers
Class JaninoJavaCompiler

java.lang.Object
  extended by org.apache.commons.jci.compilers.AbstractJavaCompiler
      extended by org.apache.commons.jci.compilers.JaninoJavaCompiler
All Implemented Interfaces:
JavaCompiler

public final class JaninoJavaCompiler
extends AbstractJavaCompiler

Author:
art@gramlich-net.com

Field Summary
 
Fields inherited from class org.apache.commons.jci.compilers.AbstractJavaCompiler
problemHandler
 
Constructor Summary
JaninoJavaCompiler()
           
 
Method Summary
 CompilationResult compile(String[] pClasses, ResourceReader pResourceReader, ResourceStore pStore, ClassLoader classLoader)
          As the usual compiler but you can provide the classloader and therefor the classpath you are compiling with.
 
Methods inherited from class org.apache.commons.jci.compilers.AbstractJavaCompiler
compile, setCompilationProblemHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaninoJavaCompiler

public JaninoJavaCompiler()
Method Detail

compile

public CompilationResult compile(String[] pClasses,
                                 ResourceReader pResourceReader,
                                 ResourceStore pStore,
                                 ClassLoader classLoader)
Description copied from interface: JavaCompiler
As the usual compiler but you can provide the classloader and therefor the classpath you are compiling with.



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.