| Constructor and Description |
|---|
PreProcessorExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Perform cleanUp on service shut down.
|
String |
processAndMerge(List<Resource> resources,
boolean minimize)
Apply preProcessors on resources and merge them after all preProcessors are applied.
|
String |
processAndMerge(List<Resource> resources,
ProcessingCriteria criteria)
Apply preProcessors on resources and merge them.
|
public String processAndMerge(List<Resource> resources, boolean minimize) throws IOException
resources - what are the resources to merge.minimize - whether minimize aware processors must be applied or not.IOExceptionpublic String processAndMerge(List<Resource> resources, ProcessingCriteria criteria) throws IOException
resources - what are the resources to merge.criteria - ProcessingCriteria used to identify the processors to apply and those to skip.IOExceptionpublic void destroy()
Copyright © 2008-2014. All Rights Reserved.