public class CssLintMojo extends AbstractLinterMojo<CssLintError>
| Constructor and Description |
|---|
CssLintMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected ResourcePreProcessor |
createResourceProcessor()
Factory method responsible for creating the processor which will be applied for this build.
|
protected ReportXmlFormatter |
createXmlFormatter(LintReport<CssLintError> lintReport,
ReportXmlFormatter.FormatterType type) |
protected File |
getReportFile() |
protected String |
getReportFormat() |
protected boolean |
wantProcessGroup(String groupName,
ResourceType resourceType)
Allow subclasses to decide if a group needs to be processed.
|
addReport, getProgressIndicator, isFailAllowed, isFailNever, onAfterExecute, onBeforeExecute, onProcessingResource, setFailFast, setFailNever, setFailThresholddoExecute, getOptions, newWroManagerFactoryexecute, extendPluginClasspath, getManagerFactory, getTargetGroupsAsList, getTaskExecutor, isIncrementalBuild, isIncrementalCheckRequired, isParallelProcessing, validateprotected ResourcePreProcessor createResourceProcessor()
AbstractSingleProcessorMojocreateResourceProcessor in class AbstractSingleProcessorMojoprotected boolean wantProcessGroup(String groupName, ResourceType resourceType)
AbstractSingleProcessorMojowantProcessGroup in class AbstractSingleProcessorMojoprotected ReportXmlFormatter createXmlFormatter(LintReport<CssLintError> lintReport, ReportXmlFormatter.FormatterType type)
createXmlFormatter in class AbstractLinterMojo<CssLintError>ReportXmlFormatter responsible for generating lint report.protected File getReportFile()
getReportFile in class AbstractLinterMojo<CssLintError>protected String getReportFormat()
getReportFormat in class AbstractLinterMojo<CssLintError>Copyright © 2008-2016. All Rights Reserved.