public abstract class Minify extends Object implements Transformer
Transformer implementation that can perform various minification tasks.| Constructor and Description |
|---|
Minify() |
| Modifier and Type | Method and Description |
|---|---|
static CssMinify |
css() |
protected Charset |
getCharset()
Get the
Charset to be used during minification. |
static JsMinify |
js() |
Minify |
usingCharset(Charset charset)
Specify the
Charset to be used during minification. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformCopyright © 2013 OCPsoft. All Rights Reserved.