RichFaces CDK: Resources Maven Plugin 4.2.1.Final

org.richfaces.cdk
Interface ResourceWriter

All Superinterfaces:
Closeable
All Known Implementing Classes:
ResourceWriterImpl

public interface ResourceWriter
extends Closeable

Author:
Nick Belaevski

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)
           
 

Method Detail

writeResource

void writeResource(String skinName,
                   javax.faces.application.Resource resource)
                   throws IOException
Throws:
IOException

writePackedResource

void writePackedResource(String skinName,
                         javax.faces.application.Resource resource)
                         throws IOException
Throws:
IOException

writeProcessedResourceMappings

void writeProcessedResourceMappings(File staticResourceMappingFile,
                                    String staticResourcePrefix)
                                    throws IOException
Throws:
IOException

close

void close()
Specified by:
close in interface Closeable

RichFaces CDK: Resources Maven Plugin 4.2.1.Final

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