| Constructor and Description |
|---|
JSMin(InputStream in,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
jsmin()
jsmin -- Copy the input to the output, deleting the characters which are insignificant to JavaScript.
|
static void |
main(String[] arg) |
public JSMin(InputStream in, OutputStream out)
public void jsmin() throws IOException, org.nuxeo.theme.html.JSMin.UnterminatedRegExpLiteralException, org.nuxeo.theme.html.JSMin.UnterminatedCommentException, org.nuxeo.theme.html.JSMin.UnterminatedStringLiteralException
IOExceptionorg.nuxeo.theme.html.JSMin.UnterminatedRegExpLiteralExceptionorg.nuxeo.theme.html.JSMin.UnterminatedCommentExceptionorg.nuxeo.theme.html.JSMin.UnterminatedStringLiteralExceptionCopyright © 2016 Nuxeo SA. All rights reserved.