org.apache.myfaces.buildtools.maven2.plugin.javascript.javascriptcompiler
Class JavascriptCompiler
java.lang.Object
org.apache.myfaces.buildtools.maven2.plugin.javascript.uixtools.FileProcessor
org.apache.myfaces.buildtools.maven2.plugin.javascript.javascriptcompiler.JavascriptCompiler
public class JavascriptCompiler
- extends FileProcessor
Fields inherited from class org.apache.myfaces.buildtools.maven2.plugin.javascript.uixtools.FileProcessor |
isVerbose |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileTable
public HashMap<String,String> fileTable
JavascriptCompiler
public JavascriptCompiler()
processFile
protected void processFile(File in,
File out)
throws Exception
- Description copied from class:
FileProcessor
- Called to process a single file.
- Specified by:
processFile
in class FileProcessor
- Parameters:
in
- 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.
- Throws:
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.
process
public void process(InputStream in,
PrintStream o)
throws ParseException
- Throws:
ParseException
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.