public interface Compressor
| Modifier and Type | Method and Description |
|---|---|
void |
compress(Collection<File> sources,
File output)
Compress the given JavaScript source files and write the result to the given output file.
|
void |
compressFileList(File fileList,
File output)
Same as
compress(Collection, File), but the list of input file paths is read from
a file, line by line. |
void compress(Collection<File> sources, File output) throws IOException
IOExceptionvoid compressFileList(File fileList, File output) throws IOException
compress(Collection, File), but the list of input file paths is read from
a file, line by line.
Paths within fileList are interpreted relative to the directory in which the fileList resides.
IOExceptionCopyright © 2002–2018 CoreMedia AG. All rights reserved.