public final class EclipseJavaCompiler extends AbstractJavaCompiler
problemHandler
Constructor and Description |
---|
EclipseJavaCompiler() |
EclipseJavaCompiler(EclipseJavaCompilerSettings pSettings) |
EclipseJavaCompiler(Map<String,String> pSettings) |
Modifier and Type | Method and Description |
---|---|
CompilationResult |
compile(String[] pSourceFiles,
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, setCompilationProblemHandler
public EclipseJavaCompiler()
public EclipseJavaCompiler(EclipseJavaCompilerSettings pSettings)
public CompilationResult compile(String[] pSourceFiles, ResourceReader pReader, ResourceStore pStore, ClassLoader pClassLoader, JavaCompilerSettings pSettings)
JavaCompiler
public JavaCompilerSettings createDefaultSettings()
JavaCompiler
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.