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, setCompilationProblemHandler
public JaninoJavaCompiler()
public JaninoJavaCompiler(JaninoJavaCompilerSettings pSettings)
public CompilationResult compile(String[] pSourceNames, ResourceReader pResourceReader, ResourceStore pStore, ClassLoader pClassLoader, JavaCompilerSettings pSettings)
JavaCompiler
public JavaCompilerSettings createDefaultSettings()
JavaCompiler
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.