|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
A convenience front end for getting standard compilations done. All compile() routines generate classes to the filesystem.
| Field Summary | |
|---|---|
Compiler |
DEFAULT
|
CompilerConfiguration |
configuration
|
| Constructor Summary | |
Compiler()
Initializes the Compiler with default configuration. |
|
Compiler(CompilerConfiguration configuration)
Initializes the Compiler with the specified configuration. |
|
| Method Summary | |
|---|---|
void |
compile(File file)
Compiles a single File. |
void |
compile(def files)
Compiles a series of Files. |
void |
compile(def files)
Compiles a series of Files from file names. |
void |
compile(String name, String code)
Compiles a string of code. |
| Constructor Detail |
|---|
public Compiler()
public Compiler(CompilerConfiguration configuration)
| Method Detail |
|---|
public void compile(File file)
public void compile(def files)
public void compile(def files)
public void compile(String name, String code)