| Modifier and Type | Method and Description |
|---|---|
InMemoryJavaCompiler |
InMemoryJavaCompiler.addSource(String className,
String sourceCode)
Add source code to the compiler
|
InMemoryJavaCompiler |
InMemoryJavaCompiler.ignoreWarnings()
Ignore non-critical compiler output, like unchecked/unsafe operation
warnings.
|
static InMemoryJavaCompiler |
InMemoryJavaCompiler.newInstance() |
InMemoryJavaCompiler |
InMemoryJavaCompiler.useOptions(String... options)
Options used by the compiler, e.g.
|
InMemoryJavaCompiler |
InMemoryJavaCompiler.useParentClassLoader(ClassLoader parent) |
Copyright © 2017. All rights reserved.