|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jci.compilers.AbstractJavaCompiler
org.apache.commons.jci.compilers.RhinoJavaCompiler
public final class RhinoJavaCompiler
Field Summary |
---|
Fields inherited from class org.apache.commons.jci.compilers.AbstractJavaCompiler |
---|
problemHandler |
Constructor Summary | |
---|---|
RhinoJavaCompiler()
|
Method Summary | |
---|---|
CompilationResult |
compile(java.lang.String[] pResourcePaths,
ResourceReader pReader,
ResourceStore pStore,
java.lang.ClassLoader pClassLoader,
JavaCompilerSettings pSettings)
Compiles the java resources "some/path/to/MyJava.java" read through the ResourceReader and then stores the resulting classes in the ResourceStore under "some/path/to/MyJava.class". |
JavaCompilerSettings |
createDefaultSettings()
factory method to create the underlying default settings |
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 |
---|
public RhinoJavaCompiler()
Method Detail |
---|
public CompilationResult compile(java.lang.String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, java.lang.ClassLoader pClassLoader, JavaCompilerSettings pSettings)
JavaCompiler
public JavaCompilerSettings createDefaultSettings()
JavaCompiler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |