public abstract class Compiler extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ECLIPSE |
static String |
JAVAC |
Constructor and Description |
---|
Compiler() |
Modifier and Type | Method and Description |
---|---|
abstract ClassLoader |
compile(Map<String,File> sources) |
static Compiler |
newInstance() |
static Compiler |
newInstance(String compiler) |
Copyright © 2007–2017. All rights reserved.