Uses of Interface
org.nanoko.coffee.mill.processors.Processor

Packages that use Processor
org.nanoko.coffee.mill.mojos.others   
org.nanoko.coffee.mill.processors   
 

Uses of Processor in org.nanoko.coffee.mill.mojos.others
 

Classes in org.nanoko.coffee.mill.mojos.others that implement Processor
 class FinalArtifactProcessor
          A processor copying final artifacts from reactor projects to the watched project.
 

Fields in org.nanoko.coffee.mill.mojos.others with type parameters of type Processor
protected  List<Processor> WatchMojo.processors
          The processors
 

Uses of Processor in org.nanoko.coffee.mill.processors
 

Classes in org.nanoko.coffee.mill.processors that implement Processor
 class AggregatorProcessor
          Common facet of aggregator.
 class CoffeeScriptCompilationProcessor
          Processor handling CoffeeScript to JavaScript compilation.
 class CopyAssetProcessor
          A processor copying assets to the work directory.
 class CSSAggregator
          Aggregates JavaScript files
 class CSSFileCopyProcessor
          Just copy CSS files to an output directory.
 class CSSLintProcessor
          Processor validating CSS files using jslint.
 class DefaultProcessor
          Default Implementation of Processor
 class DustJSProcessor
          Compiles dust templates.
 class HTMLCompressorProcessor
          A processor optimizing HTML pages using HTMLCompressor.
 class JavaScriptAggregator
          Aggregates JavaScript files
 class JavaScriptFileCopyProcessor
          Just copy JavaScript files to an output directory.
 class JpegTranProcessor
          A processor optimizing JPEG files using JpegTran.
 class JSHintProcessor
          Validates a JS file using JSHint
 class JSLintProcessor
          Validates a JS file using JSHint
 class LessCompilationProcessor
          Processor handling Less to CSS compilation.
 class OptiPNGProcessor
          A processor optimizing PNG files using OptiPNG.
 



Copyright © 2012-2013 OW2. All Rights Reserved.