org.nanoko.coffee.mill.processors
Class CSSAggregator

java.lang.Object
  extended by org.nanoko.coffee.mill.processors.DefaultProcessor
      extended by org.nanoko.coffee.mill.processors.AggregatorProcessor
          extended by org.nanoko.coffee.mill.processors.CSSAggregator
All Implemented Interfaces:
Processor

public class CSSAggregator
extends AggregatorProcessor

Aggregates JavaScript files


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.nanoko.coffee.mill.processors.Processor
Processor.ProcessorException, Processor.ProcessorWarning
 
Field Summary
 
Fields inherited from class org.nanoko.coffee.mill.processors.DefaultProcessor
mojo, options
 
Constructor Summary
CSSAggregator()
           
 
Method Summary
 void separator(OutputStream out)
           
 
Methods inherited from class org.nanoko.coffee.mill.processors.AggregatorProcessor
accept, aggregate, aggregate, computeFileList, configure, fileCreated, fileDeleted, fileUpdated, processAll, tearDown
 
Methods inherited from class org.nanoko.coffee.mill.processors.DefaultProcessor
computeRelativeFile, copyFileToDir, getLog, isFileContainedInDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSAggregator

public CSSAggregator()
Method Detail

separator

public void separator(OutputStream out)
               throws IOException
Specified by:
separator in class AggregatorProcessor
Throws:
IOException


Copyright © 2012-2013 OW2. All Rights Reserved.