public final class InMemoryJavaCompiler extends Object
Modifier and Type | Method and Description |
---|---|
static Class<?> |
compile(String className,
String sourceCodeInText,
Iterable<String> options)
Launches Java Code compilation.
|
public static Class<?> compile(String className, String sourceCodeInText, Iterable<String> options) throws UtilsException
UtilsException