Index

A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages

A

absoluteFileToCanonicalFile(File) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileHelper
When the file is an absolute path, return its canonical representation, if possible.
Aggregation - Class in com.github.blutorange.maven.plugin.closurecompiler.common
Maps a single bundle defined in AggregationConfiguration.
Aggregation() - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.Aggregation
 
AggregationConfiguration - Class in com.github.blutorange.maven.plugin.closurecompiler.common
Maps aggregations from an external JSON formatted config file defined in the option bundleConfiguration.
AggregationConfiguration() - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.AggregationConfiguration
 
all - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
 
applyLocationMapping(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 

B

build() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessingResult.Builder
 
Builder() - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessingResult.Builder
 

C

call() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
Method executed by the thread.
closureConfig - Variable in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
 
ClosureConfig - Class in com.github.blutorange.maven.plugin.closurecompiler.common
ClosureConfig(MinifyMojo) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
Create a new closure compiler configuration from the mojo configuration.
ClosureSourceMapLocationMapping - Class in com.github.blutorange.maven.plugin.closurecompiler.plugin
Key-values pairs used by the closureSourceMapLocationMappings option of the minify plugin.
ClosureSourceMapLocationMapping() - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.plugin.ClosureSourceMapLocationMapping
 
com.github.blutorange.maven.plugin.closurecompiler.common - package com.github.blutorange.maven.plugin.closurecompiler.common
 
com.github.blutorange.maven.plugin.closurecompiler.plugin - package com.github.blutorange.maven.plugin.closurecompiler.plugin
 
com.github.blutorange.maven.plugin.closurecompiler.shared - package com.github.blutorange.maven.plugin.closurecompiler.shared
 
copy(File, File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
Copies sourceFile to targetFile, making sure to inform the build context of the change.

D

debug - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
 
debug(CharSequence) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
debug(CharSequence, Throwable) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
debug(Throwable) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
DependencyModeFlag - Enum in com.github.blutorange.maven.plugin.closurecompiler.plugin
 

E

error - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
 
error(CharSequence) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
error(CharSequence, Throwable) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
error(Throwable) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
execute() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
Executed when the goal is invoked, it will first invoke a parallel lifecycle, ending at the given phase.
EXISTS - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.SkipMode
Do not recreate an output file when it exists already, irrespective of the modification date.

F

file - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.SourceMapOutputType
Just create a source map file named *.map.
FileHelper - Class in com.github.blutorange.maven.plugin.closurecompiler.common
Helper methods for working with files.
FileProcessConfig - Class in com.github.blutorange.maven.plugin.closurecompiler.common
 
FileProcessConfig(String, int, boolean, boolean, boolean, SkipMode, boolean) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
files - Variable in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
 
FileSet - Class in com.github.blutorange.maven.plugin.closurecompiler.plugin
A file set consisting of includes and excludes.
FileSet() - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.plugin.FileSet
 
FileSpecifier - Class in com.github.blutorange.maven.plugin.closurecompiler.common
 
FileSpecifier(File, File, String, String, List<String>, List<String>, String) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.FileSpecifier
 

G

getAbsoluteFile(File, File...) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileHelper
If the last file does not refer to an absolute path, return the file relative to the given base directories.
getAbsoluteFile(File, String...) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileHelper
If the last file does not refer to an absolute path, return the file relative to the given base directories.
getAttributes() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.HtmlUpdate
A list of attributes to set to the new script path.
getBaseSourceDir() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileSpecifier
 
getBaseSourceDir() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getBaseTargetDir() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileSpecifier
 
getBufferSize() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
getBuildContext() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.shared.MojoMetadata
 
getBundles() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.AggregationConfiguration
Gets the bundles.
getClosureChunkOutputType() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureCompilationLevel() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureDefineReplacements() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureDependencyEntryPoints() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureDependencyMode() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureDynamicImportAlias() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureEnvironment() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureExternDeclarations() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureExterns() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureExtraAnnotations() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureForceInjectLibs() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureJsModuleRoots() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureLanguageIn() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureLanguageOut() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureModuleResolution() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureOutputWrapper() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureRenamePrefixNamespace() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureRenameVariablePrefix() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureSourceMapLocationMappings() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureSourceMapName() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureSourceMapOutputType() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureWarningLevel() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getClosureWarningLevels() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getCompilationLevel() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getCompilerOptions(SourceMap.LocationMapping, File, File, File, File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getDir() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.HtmlUpdate
Base directory relative to which the htmlFiles to process are evaluated.
getEncoding() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.HtmlUpdate
The encoding (charset) of the HTML files.
getEncoding() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getEncoding() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.shared.MojoMetadata
 
getEnvironment() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getExcludes() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.Aggregation
 
getExcludes() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileSpecifier
 
getExcludes() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.FileSet
Gets the list of exclude patterns.
getExterns() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getFile(File, String...) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileHelper
Sames as FileUtils.getFile(File, String...), but ignores empty names.
getFiles() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.HtmlUpdate
File set with the HTML files to update.
getFiles(File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.FileSet
Gets all files in the given base directory that match the includes and excludes patterns.
getHtmlDir() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.shared.HtmlUpdateConfig
 
getHtmlRoot() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.shared.HtmlUpdateConfig
 
getHtmlScriptRoot() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.shared.HtmlUpdateConfig
 
getHtmlSourcePath() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.shared.HtmlUpdateConfig
 
getHtmlUpdates() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.shared.HtmlUpdateConfig
 
getIncludedFiles(File, List<String>, List<String>) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileHelper
Processes the includes and excludes relative to the given base directory, and returns all included files.
getIncludes() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.Aggregation
 
getIncludes() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileSpecifier
 
getIncludes() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.FileSet
Gets the list of include patterns.
getLanguageOut() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getLineSeparator() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
getLog() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getLog() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.shared.MojoMetadata
 
getName() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.Aggregation
 
getName() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ClosureSourceMapLocationMapping
 
getOutput() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessingResult
 
getOutputFilename() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileSpecifier
 
getOutputInterpolator() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getProject() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.shared.MojoMetadata
 
getRoot() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.HtmlUpdate
This option is ignored when sourcePath or usePhysicalRoot is set.
getScriptRoot() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.HtmlUpdate
This option is ignored when sourcePath or usePhysicalRoot is set.
getScripts() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.HtmlUpdate
Specifier for the scripts to update.
getSkipMode() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
getSourceDir() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileSpecifier
 
getSourceMapInterpolator() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getSourceMapOutputType() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getSourcePath() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.HtmlUpdate
When given, the usePhysicalRoot, htmlRoot, htmlScriptRoot options are ignored.
getTargetDir() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileSpecifier
 
getValue() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ClosureSourceMapLocationMapping
 

H

haveFilesChanged(Collection<File>, Collection<File>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
Checks whether any change was made to the source / output file pairs.
HtmlUpdate - Class in com.github.blutorange.maven.plugin.closurecompiler.plugin
Configuration for updating an HTML files with the generated script files.
HtmlUpdate() - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.plugin.HtmlUpdate
 
HtmlUpdateConfig - Interface in com.github.blutorange.maven.plugin.closurecompiler.shared
 
HtmlUpdater - Class in com.github.blutorange.maven.plugin.closurecompiler.common
Updates a given set of HTML files and sets the source of the configured script elements the generated files.
HtmlUpdater(MojoMetadata, HtmlUpdateConfig) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.HtmlUpdater
Creates a new update for a minify plugin.

I

includesEmpty - Variable in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
 
info - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
 
info(CharSequence) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
info(CharSequence, Throwable) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
info(Throwable) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
inline - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.SourceMapOutputType
Inline the content of the source map in the minified file.
isAllowReplacingInputFiles() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
isClosureAllowDynamicImport() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureAngularPass() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureAssumeFunctionWrapper() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureColorizeErrorOutput() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureCreateSourceMap() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureDebug() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureEmitUseStrict() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureIncludeSourcesContent() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureInjectLibraries() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureIsolatePolyfills() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosurePreferSingleQuotes() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosurePrettyPrint() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureProcessClosurePrimitives() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureProcessCommonJsModules() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureRewritePolyfills() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureStrictModeInput() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureTrustedStrings() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isClosureUseTypesForOptimization() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isCreateFile() - Method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.SourceMapOutputType
 
isCreateSourceMap() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
isCreateSourceMapFile() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
isDebugEnabled() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
isDebugEnabled() - Method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
 
isErrorEnabled() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
isErrorEnabled() - Method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
 
isForce() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
isHtmlUsePhysicalRoot() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.shared.HtmlUpdateConfig
 
isInfoEnabled() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
isInfoEnabled() - Method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
 
isSkipMerge() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
isSkipMinify() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
isUsePhysicalRoot() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.HtmlUpdate
This option is ignored when sourcePath is set.
isWarnEnabled() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
isWarnEnabled() - Method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
 
isWasSkipped() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessingResult
 

L

logCompressionGains(List<File>, String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
Logs compression gains.
LogLevel - Enum in com.github.blutorange.maven.plugin.closurecompiler.plugin
 
LogWrapper - Class in com.github.blutorange.maven.plugin.closurecompiler.common
A wrapper for a logger that allows overwriting the log level.
LogWrapper(Log, LogLevel) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
LOOSE - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.DependencyModeFlag
 

M

merge(File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
Merges a list of source files.
minify(File, File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessJSFilesTask
Minifies a JavaScript file.
minify(List<File>, File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessJSFilesTask
 
MinifyMojo - Class in com.github.blutorange.maven.plugin.closurecompiler.plugin
Goal for combining and/or minifying JavaScript files with closure compiler.
MinifyMojo(BuildContext) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
mkDir(File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
Creates the given directory (and parents) and informs the build context.
mojoMeta - Variable in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
 
MojoMetadata - Interface in com.github.blutorange.maven.plugin.closurecompiler.shared
 

N

NEWER - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.SkipMode
Do not recreate an output file when it is newer (more recently modified) that all input files.
none - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
 
NONE - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.DependencyModeFlag
 

O

outputFilenameInterpolator - Variable in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
 

P

process(List<ProcessingResult>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.HtmlUpdater
Update all HTML files with the given generated files.
processConfig - Variable in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
 
ProcessFilesTask - Class in com.github.blutorange.maven.plugin.closurecompiler.common
Abstract class for merging and compressing a files list.
ProcessFilesTask(MojoMetadata, FileProcessConfig, FileSpecifier, ClosureConfig) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
Task constructor.
ProcessingResult - Class in com.github.blutorange.maven.plugin.closurecompiler.common
 
ProcessingResult(ProcessingResult.Builder) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessingResult
 
ProcessingResult.Builder - Class in com.github.blutorange.maven.plugin.closurecompiler.common
 
ProcessJSFilesTask - Class in com.github.blutorange.maven.plugin.closurecompiler.common
Task for merging and compressing JavaScript files.
ProcessJSFilesTask(MojoMetadata, FileProcessConfig, FileSpecifier, ClosureConfig) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessJSFilesTask
Task constructor.
PRUNE - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.DependencyModeFlag
 
PRUNE_LEGACY - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.DependencyModeFlag
 

R

reference - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.SourceMapOutputType
Create a source map file *.map and add a reference to it in the minified file.
relativizePath(File, File) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileHelper
 
relativizeRelativePath(File, File) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileHelper
Makes target relative to base.
removeMessages(Collection<File>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
 

S

setBundles(List<Aggregation>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.AggregationConfiguration
Sets the bundles.
setExcludes(List<String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.Aggregation
 
setIncludes(List<String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.Aggregation
 
setName(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.Aggregation
 
SkipMode - Enum in com.github.blutorange.maven.plugin.closurecompiler.plugin
Enumeration for the possible options of whether processing a file should be skipped.
skipped(File) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessingResult
 
SORT_ONLY - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.DependencyModeFlag
 
sourceDir - Variable in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
 
SourceMapOutputType - Enum in com.github.blutorange.maven.plugin.closurecompiler.plugin
 
startsWithBom(File, Charset) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileHelper
 
STRICT - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.DependencyModeFlag
 
success(File) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessingResult
 

T

targetDir - Variable in class com.github.blutorange.maven.plugin.closurecompiler.common.ProcessFilesTask
 
toDependencyMode(DependencyModeFlag) - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.DependencyModeFlag
 
toString() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.FileSet
 

V

valueOf(String) - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.DependencyModeFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.SkipMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.SourceMapOutputType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.DependencyModeFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.SkipMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.SourceMapOutputType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn - Enum constant in enum com.github.blutorange.maven.plugin.closurecompiler.plugin.LogLevel
 
warn(CharSequence) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
warn(CharSequence, Throwable) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
warn(Throwable) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
A B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages