public interface JavaCompiler
JavaCompiler
is an object which knows how to compile Java source files.Modifier and Type | Method and Description |
---|---|
String |
compile(String[] javaFiles)
Compile the specified java source files.
|
Copyright © 2003–2015 Jamon developers. All rights reserved.