public class JavaScriptPackagingProcessor extends Object implements ResourceProcessor
Constructor and Description |
---|
JavaScriptPackagingProcessor(Charset charset) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSupportedFile(String name) |
void |
process(String resourceName,
InputStream in,
OutputStream out,
boolean closeAtFinish) |
void |
process(String resourceName,
com.google.common.io.InputSupplier<? extends InputStream> in,
com.google.common.io.OutputSupplier<? extends OutputStream> out,
boolean closeAtFinish) |
public JavaScriptPackagingProcessor(Charset charset)
public boolean isSupportedFile(String name)
isSupportedFile
in interface ResourceProcessor
public void process(String resourceName, com.google.common.io.InputSupplier<? extends InputStream> in, com.google.common.io.OutputSupplier<? extends OutputStream> out, boolean closeAtFinish) throws IOException
process
in interface ResourceProcessor
IOException
public void process(String resourceName, InputStream in, OutputStream out, boolean closeAtFinish) throws IOException
process
in interface ResourceProcessor
IOException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.