Uses of Class
org.nanoko.coffee.mill.mojos.AbstractCoffeeMillMojo

Packages that use AbstractCoffeeMillMojo
org.nanoko.coffee.mill.mojos   
org.nanoko.coffee.mill.mojos.compile   
org.nanoko.coffee.mill.mojos.others   
org.nanoko.coffee.mill.mojos.packaging   
org.nanoko.coffee.mill.mojos.processResources   
org.nanoko.coffee.mill.mojos.reporting   
org.nanoko.coffee.mill.mojos.test   
org.nanoko.coffee.mill.processors   
org.nanoko.coffee.mill.utils   
 

Uses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos
 

Subclasses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos
 class AbstractReportingCoffeeMillMojo
           
 

Uses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos.compile
 

Subclasses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos.compile
 class CoffeeScriptCompilerMojo
          Compiles CoffeeScript files.
 class CoffeeScriptTestCompilerMojo
          Compiles CoffeeScript files.
 class CSSCompilerMojo
          Copy CSS to the work directory and check CSS file using CSSLint.
 class HtmlCompressorMojo
          Compress HTML pages using HtmlCompressor.
 class JavaScriptCompilerMojo
          Copy JavaScript sources to the work directory and check JavaScript sources with Check the code using JSLint Check the code using JSHint Compile dust template (.dust files)
 class JavaScriptTestCompilerMojo
          Copy JavaScript sources to the work directory and check JavaScript sources with Check the code using JSLint Check the code using JSHint TODO Exclude strict mode.
 class JpegTranMojo
          Optimizes JPEG files using jpegtran (http://jpegclub.org/jpegtran/).
 class LessCompilerMojo
          Compiles Less files.
 class OptiPNGMojo
          Optimizes PNG files using optiPNG (http://optipng.sourceforge.net/).
 

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

Subclasses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos.others
 class WatchMojo
          This mojo watches the file change in the source directories and process them automatically.
 

Uses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos.packaging
 

Subclasses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos.packaging
 class JavaScriptAggregatorMojo
          Aggregate JavaScript sources:

Aggregation order can be specified in the Maven Configuration It can also include: The Javascript file from the project ((filename.js) Dependencies files (artifactId.js) Compile files (CoffeeScript) (coffee_filename.js)

If no file are included, the project js files are aggregated in the alphabetical order.

 class JavaScriptMinifierMojo
          Minify JavaScript sources.
 class StylesheetsAggregatorMojo
          Aggregate stylesheets sources: Aggregation order can be specified in the Maven Configuration It can also include: The CSS file from the project ((filename.js) Compiled files (LESS) (less_filename.js) If no file are included, the project CSS files are aggregated in the alphabetical order.
 class StylesheetsMinifierMojo
          Minify CSS sources.
 class ZipMojo
          Build a zip file including the all assets, generated files and dependencies.
 

Uses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos.processResources
 

Subclasses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos.processResources
 class CopyAssetsMojo
          Copy src/main/www and src/main/resources to the www directory
 class ResolveDependenciesMojo
          Copy `js` project dependencies to the target/libs folder.
 

Uses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos.reporting
 

Subclasses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos.reporting
 class CSSLintReportMillMojo
          Builds the CSSLint Report.
 class JSHintReportMillMojo
          Builds the JSHint Report.
 class JSLintReportMillMojo
          Builds the JSHint Report.
 

Uses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos.test
 

Subclasses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.mojos.test
 class JasmineITMojo
           
 class JasmineMojo
           
 

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

Fields in org.nanoko.coffee.mill.processors declared as AbstractCoffeeMillMojo
protected  AbstractCoffeeMillMojo DefaultProcessor.mojo
           
 

Methods in org.nanoko.coffee.mill.processors with parameters of type AbstractCoffeeMillMojo
 void Processor.configure(AbstractCoffeeMillMojo millMojo, Map<String,Object> options)
           
 void OptiPNGProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 void LessCompilationProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 void JpegTranProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 void JavaScriptFileCopyProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 void HTMLCompressorProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 void DustJSProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 void DefaultProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 void CSSLintProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 void CSSFileCopyProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 void CopyAssetProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 void CoffeeScriptCompilationProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 void AggregatorProcessor.configure(AbstractCoffeeMillMojo mojo, Map<String,Object> options)
           
 

Uses of AbstractCoffeeMillMojo in org.nanoko.coffee.mill.utils
 

Methods in org.nanoko.coffee.mill.utils with parameters of type AbstractCoffeeMillMojo
static void JasmineUtils.copyJunitReport(AbstractCoffeeMillMojo millMojo, File report, String classname)
           
static void JasmineUtils.extendJasmineMojoForIT(AbstractCoffeeMillMojo mill, com.github.searls.jasmine.AbstractJasmineMojo mojo, String reportName)
           
static void JasmineUtils.prepareJasmineMojo(AbstractCoffeeMillMojo mill, com.github.searls.jasmine.AbstractJasmineMojo mojo, List<String> aggregation)
           
 



Copyright © 2012-2013 OW2. All Rights Reserved.