public class AutoCompile extends Object
| Constructor and Description | 
|---|
AutoCompile()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
compileFiles(File[] files,
            String outputDirectory)
Compile the files in the list. 
 | 
public static void compileFiles(File[] files, String outputDirectory) throws Exception
files - List of java files to be compiledoutputDirectory - Optional, output directory where the compiled files will be writtenException - If there are errors compiling the files or we are unable to get a compilerCopyright © 2018 Department of Veterans Affairs. All Rights Reserved.