public final class RhinoJavaCompiler extends AbstractJavaCompiler
problemHandler| Constructor and Description |
|---|
RhinoJavaCompiler() |
| Modifier and Type | Method and Description |
|---|---|
CompilationResult |
compile(String[] pResourcePaths,
ResourceReader pReader,
ResourceStore pStore,
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
|
compile, compile, setCompilationProblemHandlerpublic CompilationResult compile(String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, ClassLoader pClassLoader, JavaCompilerSettings pSettings)
JavaCompilerpublic JavaCompilerSettings createDefaultSettings()
JavaCompilerCopyright © 2004–2025 The Apache Software Foundation. All rights reserved.