Uses of Class
com.github.blutorange.maven.plugin.closurecompiler.common.ProcessingResult
Packages that use ProcessingResult
-
Uses of ProcessingResult in com.github.blutorange.maven.plugin.closurecompiler.common
Methods in com.github.blutorange.maven.plugin.closurecompiler.common that return ProcessingResultModifier and TypeMethodDescriptionProcessingResult.Builder.build()
protected final ProcessingResult
Copies sourceFile to targetFile, making sure to inform the build context of the change.protected final ProcessingResult
Merges a list of source files.protected ProcessingResult
Minifies a JavaScript file.protected ProcessingResult
Methods in com.github.blutorange.maven.plugin.closurecompiler.common that return types with arguments of type ProcessingResultMethod parameters in com.github.blutorange.maven.plugin.closurecompiler.common with type arguments of type ProcessingResultModifier and TypeMethodDescriptionvoid
HtmlUpdater.process
(List<ProcessingResult> processingResults) Update all HTML files with the given generated files.