|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.envoisolutions.sxc.compiler.Compiler
public abstract class Compiler
| Field Summary | |
|---|---|
static java.lang.String |
ECLIPSE
|
static java.lang.String |
JAVAC
|
| Constructor Summary | |
|---|---|
Compiler()
|
|
| Method Summary | |
|---|---|
abstract java.lang.ClassLoader |
compile(java.util.Map<java.lang.String,java.io.File> sources)
|
static Compiler |
newInstance()
|
static Compiler |
newInstance(java.lang.String compiler)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String JAVAC
public static java.lang.String ECLIPSE
| Constructor Detail |
|---|
public Compiler()
| Method Detail |
|---|
public static Compiler newInstance()
public static Compiler newInstance(java.lang.String compiler)
public abstract java.lang.ClassLoader compile(java.util.Map<java.lang.String,java.io.File> sources)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||