public class Java6Compiler extends Object implements JavaCompiler
| Constructor and Description |
|---|
Java6Compiler(List<String> compilerArgs)
Constructor for creating a new Java6Compiler.
|
| Modifier and Type | Method and Description |
|---|---|
String |
compile(String[] javaFiles)
Compile the specified java source files.
|
public String compile(String[] javaFiles)
JavaCompilercompile in interface JavaCompilerjavaFiles - the source files to compileCopyright © 2003–2015 Jamon developers. All rights reserved.