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

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


org.apache.commons.jci.compilers
Class EclipseJavaCompiler

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

public final class EclipseJavaCompiler
extends AbstractJavaCompiler


Field Summary
 
Fields inherited from class org.apache.commons.jci.compilers.AbstractJavaCompiler
problemHandler
 
Constructor Summary
EclipseJavaCompiler()
           
EclipseJavaCompiler(EclipseJavaCompilerSettings pSettings)
           
EclipseJavaCompiler(Map pSettings)
           
 
Method Summary
 CompilationResult compile(String[] pSourceFiles, ResourceReader pReader, ResourceStore pStore, ClassLoader pClassLoader)
          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

EclipseJavaCompiler

public EclipseJavaCompiler()

EclipseJavaCompiler

public EclipseJavaCompiler(Map pSettings)

EclipseJavaCompiler

public EclipseJavaCompiler(EclipseJavaCompilerSettings pSettings)
Method Detail

compile

public CompilationResult compile(String[] pSourceFiles,
                                 ResourceReader pReader,
                                 ResourceStore pStore,
                                 ClassLoader pClassLoader)
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.