public class JavascriptCompiler extends FileProcessor
| Modifier and Type | Field and Description |
|---|---|
HashMap<String,String> |
fileTable |
isVerbose| Constructor and Description |
|---|
JavascriptCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(InputStream in,
PrintStream o) |
protected void |
processFile(File in,
File out)
Called to process a single file.
|
getExtensionFilter, processprotected void processFile(File in, File out) throws Exception
FileProcessorprocessFile in class FileProcessorin - the input file. This is never a directory.out - the output file. If this file exists and overwriting is not
permitted, then this method is never called.Exception - if this class is set to fail fast then any
exception thrown will cause all execution to halt. If this class does not
fail fast, then the exception will be reported and execution will
continue with the next file.public void process(InputStream in, PrintStream o) throws ParseException
ParseExceptionCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.