public abstract class AbstractSingleProcessorMojo extends AbstractWro4jMojo
| Constructor and Description |
|---|
AbstractSingleProcessorMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ro.isdc.wro.model.resource.processor.ResourcePreProcessor |
createResourceProcessor() |
void |
doExecute()
Perform actual plugin processing.
|
protected ro.isdc.wro.manager.factory.standalone.StandaloneContextAwareManagerFactory |
getManagerFactory()
This method will ensure that you have a right and initialized instance of
StandaloneContextAwareManagerFactory. |
String |
getOptions() |
boolean |
isFailNever() |
void |
setFailNever(boolean failNever) |
execute, extendPluginClasspath, getContextFolder, getTargetGroups, getTargetGroupsAsList, getWroFile, isIgnoreMissingResources, isMinimize, newWroManagerFactory, onAfterExecute, onBeforeExecute, setContextFolder, setExtraConfigFile, setIgnoreMissingResources, setMinimize, setTargetGroups, setWroFile, setWroManagerFactory, validatepublic final void doExecute()
throws Exception
doExecute in class AbstractWro4jMojoExceptionprotected ro.isdc.wro.manager.factory.standalone.StandaloneContextAwareManagerFactory getManagerFactory()
StandaloneContextAwareManagerFactory. When overriding this method, ensure that creating managerFactory
performs injection during manager creation, otherwise the manager won't be initialized porperly.getManagerFactory in class AbstractWro4jMojoWroManagerFactory implementation.protected abstract ro.isdc.wro.model.resource.processor.ResourcePreProcessor createResourceProcessor()
public String getOptions()
public void setFailNever(boolean failNever)
failNever - the failFast to setpublic boolean isFailNever()
Copyright © 2008-2013. All Rights Reserved.