public class CSSPackagingProcessor extends Object implements ResourceProcessor
| Constructor and Description |
|---|
CSSPackagingProcessor(Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSupportedFile(String name) |
void |
process(String outputName,
InputStream in,
OutputStream out,
boolean closeAtFinish) |
void |
process(String outputName,
com.google.common.io.InputSupplier<? extends InputStream> in,
com.google.common.io.OutputSupplier<? extends OutputStream> out,
boolean closeAtFinish) |
public CSSPackagingProcessor(Charset charset)
public boolean isSupportedFile(String name)
isSupportedFile in interface ResourceProcessorpublic void process(String outputName, com.google.common.io.InputSupplier<? extends InputStream> in, com.google.common.io.OutputSupplier<? extends OutputStream> out, boolean closeAtFinish) throws IOException
process in interface ResourceProcessorIOExceptionpublic void process(String outputName, InputStream in, OutputStream out, boolean closeAtFinish) throws IOException
process in interface ResourceProcessorIOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.