public abstract class AbstractSingleProcessorMojo extends AbstractWro4jMojo
| Constructor and Description |
|---|
AbstractSingleProcessorMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ResourcePreProcessor |
createResourceProcessor()
Factory method responsible for creating the processor which will be applied for this build.
|
void |
doExecute()
Perform actual plugin processing.
|
protected String |
getOptions() |
boolean |
isFailNever() |
protected WroManagerFactory |
newWroManagerFactory()
Initialize the manager factory with a processor factory using a single processor.
|
void |
setFailNever(boolean failNever) |
protected boolean |
wantProcessGroup(String groupName,
ResourceType resourceType)
Allow subclasses to decide if a group needs to be processed.
|
execute, extendPluginClasspath, getManagerFactory, getTargetGroupsAsList, getTaskExecutor, isIncrementalBuild, isIncrementalCheckRequired, isParallelProcessing, onAfterExecute, onBeforeExecute, validatepublic final void doExecute()
throws Exception
AbstractWro4jMojodoExecute in class AbstractWro4jMojoExceptionprotected boolean wantProcessGroup(String groupName, ResourceType resourceType)
protected final WroManagerFactory newWroManagerFactory() throws org.apache.maven.plugin.MojoExecutionException
newWroManagerFactory in class AbstractWro4jMojoorg.apache.maven.plugin.MojoExecutionExceptionprotected abstract ResourcePreProcessor createResourceProcessor()
protected String getOptions()
public void setFailNever(boolean failNever)
failNever - the failFast to setpublic boolean isFailNever()
Copyright © 2008-2016. All Rights Reserved.