public class NativeJavaCompiler extends AbstractJavaCompiler
| Modifier and Type | Class and Description |
|---|---|
static class |
NativeJavaCompiler.AggregatingIterable<T> |
static class |
NativeJavaCompiler.AggregatingIterator<T> |
| Constructor and Description |
|---|
NativeJavaCompiler() |
| 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, setJavaCompilerSettingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetSourceFolderpublic JavaCompilerSettings createDefaultSettings()
JavaCompilerpublic CompilationResult compile(String[] pResourcePaths, ResourceReader pReader, ResourceStore pStore, ClassLoader pClassLoader, JavaCompilerSettings pSettings)
JavaCompilerCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.