org.nanoko.coffee.mill.mojos.reporting
Class JSLintReportMillMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.nanoko.coffee.mill.mojos.AbstractCoffeeMillMojo
          extended by org.nanoko.coffee.mill.mojos.AbstractReportingCoffeeMillMojo
              extended by org.nanoko.coffee.mill.mojos.reporting.JSLintReportMillMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenReport

public class JSLintReportMillMojo
extends AbstractReportingCoffeeMillMojo

Builds the JSHint Report.


Field Summary
 
Fields inherited from class org.nanoko.coffee.mill.mojos.AbstractReportingCoffeeMillMojo
assetsDir, baseDirectory, buildDirectory, coffeeScriptDir, coffeeScriptTestDir, javaScriptDir, javaScriptTestDir, libDir, project, projectHelper, siteRenderer, stylesheetsDir, workDir, workTestDir
 
Fields inherited from interface org.apache.maven.reporting.MavenReport
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JSLintReportMillMojo()
           
 
Method Summary
 String getDescription(Locale locale)
           
 String getName(Locale locale)
           
 String getOutputName()
           
 Map<File,List<Processor.ProcessorWarning>> validate()
           
 void writeIntroduction()
           
 
Methods inherited from class org.nanoko.coffee.mill.mojos.AbstractReportingCoffeeMillMojo
canGenerateReport, closeReport, execute, executeReport, generate, getCategoryName, getLibDirectory, getOutputDirectory, getProject, getReportOutputDirectory, getSink, getSiteRenderer, getTarget, getWorkDirectory, getWorkTestDirectory, isExternalReport, setReportOutputDirectory
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSLintReportMillMojo

public JSLintReportMillMojo()
Method Detail

writeIntroduction

public void writeIntroduction()
Specified by:
writeIntroduction in class AbstractReportingCoffeeMillMojo

validate

public Map<File,List<Processor.ProcessorWarning>> validate()
Specified by:
validate in class AbstractReportingCoffeeMillMojo

getOutputName

public String getOutputName()

getName

public String getName(Locale locale)

getDescription

public String getDescription(Locale locale)


Copyright © 2012-2013 OW2. All Rights Reserved.