com.yahoo.platform.yui.compressor
Class JavaScriptCompressor
java.lang.Object
com.yahoo.platform.yui.compressor.JavaScriptCompressor
public class JavaScriptCompressor
- extends Object
Method Summary |
void |
compress(Writer out,
int linebreak,
boolean munge,
boolean verbose,
boolean preserveAllSemiColons,
boolean disableOptimizations)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaScriptCompressor
public JavaScriptCompressor(Reader in,
org.mozilla.javascript.ErrorReporter reporter)
throws IOException,
org.mozilla.javascript.EvaluatorException
- Throws:
IOException
org.mozilla.javascript.EvaluatorException
compress
public void compress(Writer out,
int linebreak,
boolean munge,
boolean verbose,
boolean preserveAllSemiColons,
boolean disableOptimizations)
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.