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)
JavaCompiler
compile
in interface JavaCompiler
javaFiles
- the source files to compileCopyright © 2003–2016 Jamon developers. All rights reserved.