A B C D E F G I J L N O P R S V W 

A

AbstractLinterMojo<T> - Class in ro.isdc.wro.maven.plugin
 
AbstractLinterMojo() - Constructor for class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
AbstractSingleProcessorMojo - Class in ro.isdc.wro.maven.plugin
Maven plugin which use a single processor.
AbstractSingleProcessorMojo() - Constructor for class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
 
AbstractWro4jMojo - Class in ro.isdc.wro.maven.plugin
Defines most common properties used by wro4j build-time solution infrastructure.
AbstractWro4jMojo() - Constructor for class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
 
addFoundErrors(int) - Method in class ro.isdc.wro.maven.plugin.support.ProgressIndicator
This method has a side effect of incrementing the number of resources containing errors.
addReport(ResourceLintReport<T>) - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
Add a single report to the registry of found errors.
AggregatedFolderPathResolver - Class in ro.isdc.wro.maven.plugin.support
Encapsulates the details about computation of aggregated folderPath in maven plugin.
AggregatedFolderPathResolver() - Constructor for class ro.isdc.wro.maven.plugin.support.AggregatedFolderPathResolver
 

B

BuildContextHolder - Class in ro.isdc.wro.maven.plugin.support
Encapsulate the details about state persisted across multiple build runs.
BuildContextHolder(BuildContext, File) - Constructor for class ro.isdc.wro.maven.plugin.support.BuildContextHolder
 

C

ConfigurableWroManagerFactory - Class in ro.isdc.wro.maven.plugin.manager.factory
Default implementation which use a property file to read the pre & post processors to be used during processing.
ConfigurableWroManagerFactory() - Constructor for class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
 
create(WroManagerFactory, Log) - Static method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
Factory method which requires all mandatory fields.
createProperties() - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
createResourceProcessor() - Method in class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
Factory method responsible for creating the processor which will be applied for this build.
createResourceProcessor() - Method in class ro.isdc.wro.maven.plugin.CssLintMojo
Factory method responsible for creating the processor which will be applied for this build.
createResourceProcessor() - Method in class ro.isdc.wro.maven.plugin.JsHintMojo
Factory method responsible for creating the processor which will be applied for this build.
createResourceProcessor() - Method in class ro.isdc.wro.maven.plugin.JsLintMojo
Factory method responsible for creating the processor which will be applied for this build.
createXmlFormatter(LintReport<T>, ReportXmlFormatter.FormatterType) - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
createXmlFormatter(LintReport<CssLintError>, ReportXmlFormatter.FormatterType) - Method in class ro.isdc.wro.maven.plugin.CssLintMojo
createXmlFormatter(LintReport<LinterError>, ReportXmlFormatter.FormatterType) - Method in class ro.isdc.wro.maven.plugin.JsHintMojo
createXmlFormatter(LintReport<LinterError>, ReportXmlFormatter.FormatterType) - Method in class ro.isdc.wro.maven.plugin.JsLintMojo
CssLintMojo - Class in ro.isdc.wro.maven.plugin
Maven plugin used to validate css code defined in wro model.
CssLintMojo() - Constructor for class ro.isdc.wro.maven.plugin.CssLintMojo
 

D

decorateManagerFactory(WroManagerFactory) - Method in class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
Initialize the manager factory with a processor factory using a single processor.
decorateManagerFactory(WroManagerFactory) - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
Allows the initialized manager factory to be decorated.
destroy() - Method in class ro.isdc.wro.maven.plugin.support.BuildContextHolder
Destroy the persisted storage and all stored data.
destroy() - Method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
Destroys all information about resource tracked for changes.
doExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
Perform actual plugin processing.
doExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
Perform actual plugin processing.
doExecute() - Method in class ro.isdc.wro.maven.plugin.Wro4jMojo
 

E

execute() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
 
extendPluginClasspath() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
Update the classpath.
ExtraConfigFileAware - Interface in ro.isdc.wro.maven.plugin.support
Allows implementor to access a file containing extra config file used by maven plugin.

F

forget(Resource) - Method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
After invoking this method on a resource, the next invocation of ResourceChangeHandler.isResourceChanged(Resource) will return true.

G

getFallbackStorageFile() - Method in class ro.isdc.wro.maven.plugin.support.BuildContextHolder
 
getLog() - Method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
 
getManagerFactory() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
This method will ensure that you have a right and initialized instance of StandaloneContextAware.
getOptions() - Method in class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
 
getProgressIndicator() - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
getReportFile() - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
getReportFile() - Method in class ro.isdc.wro.maven.plugin.CssLintMojo
getReportFile() - Method in class ro.isdc.wro.maven.plugin.JsHintMojo
getReportFile() - Method in class ro.isdc.wro.maven.plugin.JsLintMojo
getReportFormat() - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
getReportFormat() - Method in class ro.isdc.wro.maven.plugin.CssLintMojo
getReportFormat() - Method in class ro.isdc.wro.maven.plugin.JsHintMojo
getReportFormat() - Method in class ro.isdc.wro.maven.plugin.JsLintMojo
getTargetGroupsAsList() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
 
getTaskExecutor() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
 
getTotalFoundErrors() - Method in class ro.isdc.wro.maven.plugin.support.ProgressIndicator
 
getValue(String) - Method in class ro.isdc.wro.maven.plugin.support.BuildContextHolder
 

I

initialize(StandaloneContext) - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
isFailAllowed() - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
isFailNever() - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
isFailNever() - Method in class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
 
isIncrementalBuild() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
 
isIncrementalBuild() - Method in class ro.isdc.wro.maven.plugin.support.BuildContextHolder
 
isIncrementalBuild() - Method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
 
isIncrementalCheckRequired() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
 
isIncrementalCheckRequired() - Method in class ro.isdc.wro.maven.plugin.Wro4jMojo
 
isParallelProcessing() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
 
isResourceChanged(Resource) - Method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
 

J

JsHintMojo - Class in ro.isdc.wro.maven.plugin
Maven plugin used to validate js scripts defined in wro model using jsLint.
JsHintMojo() - Constructor for class ro.isdc.wro.maven.plugin.JsHintMojo
 
JsLintMojo - Class in ro.isdc.wro.maven.plugin
Maven plugin used to validate js scripts defined in wro model using jsLint.
JsLintMojo() - Constructor for class ro.isdc.wro.maven.plugin.JsLintMojo
 

L

logSummary() - Method in class ro.isdc.wro.maven.plugin.support.ProgressIndicator
Logs the summary as it was collected at this point.

N

newHashStrategy() - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
newModelFactory() - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
newNamingStrategy() - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
newWroManagerFactory() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo

O

onAfterExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
Invoked right after execution completion.
onAfterExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
Invoked right after execution completion.
onBeforeExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
Invoked before execution is performed.
onBeforeExecute() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
Invoked before execution is performed.
onBeforeExecute() - Method in class ro.isdc.wro.maven.plugin.Wro4jMojo
 
onProcessingResource(Resource) - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
A method which should be invoked on each new resource processing, having as a side effect an increment of the counter holding the number of total processed resources.
onProcessingResource(Resource) - Method in class ro.isdc.wro.maven.plugin.support.ProgressIndicator
A method which should be invoked on each new resource processing, having as a side effect an increment of the counter holding the number of total processed resources.

P

ProgressIndicator - Class in ro.isdc.wro.maven.plugin.support
Responsible for logging progress related details.
ProgressIndicator(Log) - Constructor for class ro.isdc.wro.maven.plugin.support.ProgressIndicator
 

R

remember(Resource) - Method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
Will persist the information regarding the provided resource in some internal store.
reset() - Method in class ro.isdc.wro.maven.plugin.support.ProgressIndicator
resets all counters to zero.
resolve() - Method in class ro.isdc.wro.maven.plugin.support.AggregatedFolderPathResolver
The idea is to compute the aggregatedFolderPath based on a root folder.
ResourceChangeHandler - Class in ro.isdc.wro.maven.plugin.support
Encapsulates the details about resource change detection and persist of change information in build context.
ro.isdc.wro.maven.plugin - package ro.isdc.wro.maven.plugin
 
ro.isdc.wro.maven.plugin.manager.factory - package ro.isdc.wro.maven.plugin.manager.factory
 
ro.isdc.wro.maven.plugin.support - package ro.isdc.wro.maven.plugin.support
 

S

setBuildContext(BuildContext) - Method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
 
setBuildDirectory(File) - Method in class ro.isdc.wro.maven.plugin.support.AggregatedFolderPathResolver
 
setBuildDirectory(File) - Method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
 
setBuildFinalName(File) - Method in class ro.isdc.wro.maven.plugin.support.AggregatedFolderPathResolver
 
setBuildFinalName(File) - Method in class ro.isdc.wro.maven.plugin.Wro4jMojo
 
setContextFoldersAsCSV(String) - Method in class ro.isdc.wro.maven.plugin.support.AggregatedFolderPathResolver
 
setCssDestinationFolder(File) - Method in class ro.isdc.wro.maven.plugin.support.AggregatedFolderPathResolver
 
setDestinationFolder(File) - Method in class ro.isdc.wro.maven.plugin.support.AggregatedFolderPathResolver
 
setExtraConfigFile(File) - Method in class ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
The implementation should handle the null case also.
setExtraConfigFile(File) - Method in interface ro.isdc.wro.maven.plugin.support.ExtraConfigFileAware
The implementation should handle the null case also.
setFailFast(boolean) - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
setFailNever(boolean) - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
setFailNever(boolean) - Method in class ro.isdc.wro.maven.plugin.AbstractSingleProcessorMojo
 
setFailThreshold(int) - Method in class ro.isdc.wro.maven.plugin.AbstractLinterMojo
 
setIncrementalBuildEnabled(boolean) - Method in class ro.isdc.wro.maven.plugin.support.BuildContextHolder
 
setIncrementalBuildEnabled(boolean) - Method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
 
setLog(Log) - Method in class ro.isdc.wro.maven.plugin.support.AggregatedFolderPathResolver
 
setLog(Log) - Method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
 
setManagerFactory(WroManagerFactory) - Method in class ro.isdc.wro.maven.plugin.support.ResourceChangeHandler
 
setValue(String, String) - Method in class ro.isdc.wro.maven.plugin.support.BuildContextHolder
 

V

validate() - Method in class ro.isdc.wro.maven.plugin.AbstractWro4jMojo
Checks if all required fields are configured.
validate() - Method in class ro.isdc.wro.maven.plugin.Wro4jMojo
 

W

Wro4jMojo - Class in ro.isdc.wro.maven.plugin
A build-time solution for organizing and minimizing static resources.
Wro4jMojo() - Constructor for class ro.isdc.wro.maven.plugin.Wro4jMojo
 
A B C D E F G I J L N O P R S V W 

Copyright © 2008-2014. All Rights Reserved.