RichFaces CDK: Resources Maven Plugin 4.2.3.CR1

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

java.lang.Object
  extended by org.richfaces.cdk.resource.writer.impl.ResourceWriterImpl
All Implemented Interfaces:
Closeable, ResourceWriter

public class ResourceWriterImpl
extends Object
implements ResourceWriter

Author:
Nick Belaevski

Constructor Summary
ResourceWriterImpl(File resourceContentsDir, Iterable<ResourceProcessor> resourceProcessors, org.apache.maven.plugin.logging.Log log, Set<org.richfaces.resource.ResourceKey> resourcesWithKnownOrder)
           
 
Method Summary
 void close()
           
 void writePackedResource(String skinName, javax.faces.application.Resource resource)
           
 void writeProcessedResourceMappings(File staticResourceMappingFile, String staticResourcePrefix)
           
 void writeResource(String skinName, javax.faces.application.Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceWriterImpl

public ResourceWriterImpl(File resourceContentsDir,
                          Iterable<ResourceProcessor> resourceProcessors,
                          org.apache.maven.plugin.logging.Log log,
                          Set<org.richfaces.resource.ResourceKey> resourcesWithKnownOrder)
Method Detail

writeResource

public void writeResource(String skinName,
                          javax.faces.application.Resource resource)
                   throws IOException
Specified by:
writeResource in interface ResourceWriter
Throws:
IOException

writePackedResource

public void writePackedResource(String skinName,
                                javax.faces.application.Resource resource)
                         throws IOException
Specified by:
writePackedResource in interface ResourceWriter
Throws:
IOException

writeProcessedResourceMappings

public void writeProcessedResourceMappings(File staticResourceMappingFile,
                                           String staticResourcePrefix)
                                    throws IOException
Specified by:
writeProcessedResourceMappings in interface ResourceWriter
Throws:
IOException

close

public void close()
Specified by:
close in interface Closeable
Specified by:
close in interface ResourceWriter

RichFaces CDK: Resources Maven Plugin 4.2.3.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.