Package | Description |
---|---|
jmplib.compiler | |
jmplib.util.intercessor |
Modifier and Type | Method and Description |
---|---|
void |
ClassCompiler.compile(java.util.List<java.io.File> classPath,
javax.tools.JavaFileObject... files)
This method compiles multiple java files at runtime.
|
static JavaSourceFromString[] |
PolyglotAdapter.instrument(java.io.File... files)
Instrument with Polyglot the files provided
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
IntercessorUtils.compileFile(java.io.File file,
java.lang.String name,
java.lang.String packageName)
Compiles a class file and return an instance of the compiled class.
|