RichFaces CDK Maven Resources Plugin 4.1.0.CR2

org.richfaces.cdk.resource.writer.impl
Class JavaScriptCompressingProcessor

java.lang.Object
  extended by org.richfaces.cdk.resource.writer.impl.JavaScriptCompressingProcessor
All Implemented Interfaces:
ResourceProcessor

public class JavaScriptCompressingProcessor
extends Object
implements ResourceProcessor

Author:
Nick Belaevski

Constructor Summary
JavaScriptCompressingProcessor(Charset charset, org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptCompressingProcessor

public JavaScriptCompressingProcessor(Charset charset,
                                      org.apache.maven.plugin.logging.Log log)
Method Detail

isSupportedFile

public boolean isSupportedFile(String name)
Specified by:
isSupportedFile in interface ResourceProcessor

process

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
Specified by:
process in interface ResourceProcessor
Throws:
IOException

process

public void process(String resourceName,
                    InputStream in,
                    OutputStream out,
                    boolean closeAtFinish)
             throws IOException
Specified by:
process in interface ResourceProcessor
Throws:
IOException

RichFaces CDK Maven Resources Plugin 4.1.0.CR2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.