public class JavaScriptCompressorFacade extends FacadeSupport
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.reflect.Method |
COMPRESS_METHOD |
protected static java.lang.Class<?> |
COMPRESSOR_CLASS |
protected static java.lang.reflect.Constructor<?> |
COMPRESSOR_CONSTRUCTOR |
protected static java.lang.Class<?> |
ERROR_REPORTER_CLASS |
protected static java.lang.Class<?> |
ERROR_REPORTER_IMPL_CLASS |
protected static java.lang.reflect.Constructor<?> |
ERROR_REPORTER_IMPL_CONSTRUCTOR |
CLASS_LOADER| Constructor and Description |
|---|
JavaScriptCompressorFacade(java.io.Reader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
compress(java.io.Writer out,
int linebreak,
boolean munge,
boolean verbose,
boolean preserveAllSemiColons,
boolean disableOptimizations) |
getYuiConstructor, getYuiMethod, loadYuiClassprotected static final java.lang.Class<?> COMPRESSOR_CLASS
protected static final java.lang.Class<?> ERROR_REPORTER_CLASS
protected static final java.lang.Class<?> ERROR_REPORTER_IMPL_CLASS
protected static final java.lang.reflect.Constructor<?> COMPRESSOR_CONSTRUCTOR
protected static final java.lang.reflect.Constructor<?> ERROR_REPORTER_IMPL_CONSTRUCTOR
protected static final java.lang.reflect.Method COMPRESS_METHOD
Copyright © 2015 echocat. All Rights Reserved.