public final class JaninoJavaCompiler extends AbstractJavaCompiler
problemHandler| Constructor and Description |
|---|
JaninoJavaCompiler() |
JaninoJavaCompiler(JaninoJavaCompilerSettings pSettings) |
| Modifier and Type | Method and Description |
|---|---|
CompilationResult |
compile(String[] pSourceNames,
ResourceReader pResourceReader,
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 JaninoJavaCompiler()
public JaninoJavaCompiler(JaninoJavaCompilerSettings pSettings)
public CompilationResult compile(String[] pSourceNames, ResourceReader pResourceReader, ResourceStore pStore, ClassLoader pClassLoader, JavaCompilerSettings pSettings)
JavaCompilerpublic JavaCompilerSettings createDefaultSettings()
JavaCompilerCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.