| Package | Description |
|---|---|
| com.github.picadoh.imc.compiler | |
| com.github.picadoh.imc.loader |
| Modifier and Type | Method and Description |
|---|---|
CompilationPackage |
InMemoryCompiler.compile(Map<String,String> classesToCompile)
Given a map of class FQDN and its source code, this method compiles the code and
returns a Compilation Package that encapsulates it.
|
CompilationPackage |
InMemoryCompiler.singleCompile(String className,
String code)
Compiles a single class.
|
| Modifier and Type | Method and Description |
|---|---|
List<Class<?>> |
CompilationPackageLoader.load(CompilationPackage pkg)
Returns the compiled classes.
|
Map<String,Class<?>> |
CompilationPackageLoader.loadAsMap(CompilationPackage pkg)
Loads the compiled classes into a map indexed by class name and returns that map.
|
Copyright © 2016. All rights reserved.