org.apache.commons.jci.compilers
Class RhinoJavaCompiler

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

public final class RhinoJavaCompiler
extends AbstractJavaCompiler

Author:
tcurdt

Field Summary
 
Fields inherited from class org.apache.commons.jci.compilers.AbstractJavaCompiler
problemHandler
 
Constructor Summary
RhinoJavaCompiler()
           
 
Method Summary
 CompilationResult compile(String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, ClassLoader pClassLoader, JavaCompilerSettings pSettings)
           
 JavaCompilerSettings createDefaultSettings()
           
 
Methods inherited from class org.apache.commons.jci.compilers.AbstractJavaCompiler
compile, compile, setCompilationProblemHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RhinoJavaCompiler

public RhinoJavaCompiler()
Method Detail

compile

public CompilationResult compile(String[] pResourcePaths,
                                 ResourceReader pReader,
                                 ResourceStore pStore,
                                 ClassLoader pClassLoader,
                                 JavaCompilerSettings pSettings)

createDefaultSettings

public JavaCompilerSettings createDefaultSettings()


Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.