Skip navigation links
A C D E F G H I L M N O P R S T V W 

A

addTo(BuildContext) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileMessage
 
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
 
apply(File, File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FilenameInterpolator
 
apply(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.OutputInterpolator
 

C

call() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
Method executed by the thread.
ClosureCompileFileMessage - Class in com.github.blutorange.maven.plugin.closurecompiler.common
 
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.
closureConfig - Variable in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
 
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
 
compareTo(TwoTuple<First, Second>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.TwoTuple
 
copy(File, File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
Copies sourceFile to targetFile, making sure to inform the build context of the change.

D

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
 

E

equals(Object) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.TwoTuple
 
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.

F

FileException - Exception in com.github.blutorange.maven.plugin.closurecompiler.common
 
FileException(Iterable<FileMessage>) - Constructor for exception com.github.blutorange.maven.plugin.closurecompiler.common.FileException
 
FileHelper - Class in com.github.blutorange.maven.plugin.closurecompiler.common
 
FileMessage - Class in com.github.blutorange.maven.plugin.closurecompiler.common
 
FileMessage(File, int, int, String, int, Throwable) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.FileMessage
 
FilenameInterpolator - Class in com.github.blutorange.maven.plugin.closurecompiler.common
 
FilenameInterpolator(String) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.FilenameInterpolator
 
FilenameInterpolator(String, String, String, char) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.FilenameInterpolator
 
FileProcessConfig - Class in com.github.blutorange.maven.plugin.closurecompiler.common
 
FileProcessConfig(String, int, boolean, boolean, boolean) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
files - Variable in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
 
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
 
forIdentity() - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.OutputInterpolator
 
forPattern(String) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.OutputInterpolator
 

G

getAbsoluteFile(File, File) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileHelper
If the file does not refer to an absolute path, return the file relative to the given basedir.
getAbsoluteFile(File, String) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileHelper
 
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
 
getBaseTargetDir() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getBufferSize() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
getBufferSize() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getBuildContext() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.MojoMetaImpl
 
getBuildContext() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getBuildContext() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.plugin.MojoMetadata
 
getBundleConfiguration() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getBundles() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.AggregationConfiguration
Gets the bundles.
getCause() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileMessage
 
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
 
getClosureEnvironment() - 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
 
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
 
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
 
getColumn() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileMessage
 
getComparator() - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.TwoTuple
 
getCompilationLevel() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getCompilerOptions(File, File, File, File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getEncoding() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.MojoMetaImpl
 
getEncoding() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getEncoding() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.plugin.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.MinifyMojo
 
getExterns() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getFile() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileMessage
 
getFileErrors() - Method in exception com.github.blutorange.maven.plugin.closurecompiler.common.FileException
 
getFirst() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.TwoTuple
 
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.MinifyMojo
 
getLanguageOut() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getLine() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileMessage
 
getLineSeparator() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
getLineSeparator() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getLog() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.MojoMetaImpl
 
getLog() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getLog() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.plugin.MojoMetadata
 
getLogLevel() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getLogWrapper() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getMessage() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileMessage
 
getName() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.Aggregation
 
getOutputFilename() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileSpecifier
 
getOutputFilename() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getOutputInterpolator() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getPattern() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.OutputInterpolator
 
getProject() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.MojoMetaImpl
 
getProject() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getProject() - Method in interface com.github.blutorange.maven.plugin.closurecompiler.plugin.MojoMetadata
 
getSecond() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.TwoTuple
 
getSeverity() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileMessage
 
getSourceDir() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileSpecifier
 
getSourceDir() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getSourceMapInterpolator() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getSourceMapOutputType() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureConfig
 
getTargetDir() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileSpecifier
 
getTargetDir() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
getWrapperPrefix() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.OutputInterpolator
 

H

hashCode() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.TwoTuple
 
hasMoreElements() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.SourceFilesEnumeration
Tests if this enumeration contains more elements.
haveFilesChanged(Collection<File>, Collection<File>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
 

I

includesEmpty - Variable in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
 
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
 
interpolate(File, File, Map<String, String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FilenameInterpolator
 
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
 
isClosureDartPass() - 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
 
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.common.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 enum com.github.blutorange.maven.plugin.closurecompiler.common.LogLevel
 
isDebugEnabled() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
isErrorEnabled() - Method in enum com.github.blutorange.maven.plugin.closurecompiler.common.LogLevel
 
isErrorEnabled() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
isForce() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
isForce() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isInfoEnabled() - Method in enum com.github.blutorange.maven.plugin.closurecompiler.common.LogLevel
 
isInfoEnabled() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 
isSkipMerge() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
isSkipMerge() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isSkipMinify() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileProcessConfig
 
isSkipMinify() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isSkipRunOnIncremental() - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
isWarnEnabled() - Method in enum com.github.blutorange.maven.plugin.closurecompiler.common.LogLevel
 
isWarnEnabled() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.LogWrapper
 

L

logCompressionGains(List<File>, String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
Logs compression gains.
LogLevel - Enum in com.github.blutorange.maven.plugin.closurecompiler.common
 
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
 

M

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

N

nextElement() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.SourceFilesEnumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.

O

ofError(JSError, Compiler, File) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureCompileFileMessage
 
ofWarning(JSError, Compiler, File) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.ClosureCompileFileMessage
 
outputFilenameInterpolator - Variable in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
 
OutputInterpolator - Class in com.github.blutorange.maven.plugin.closurecompiler.common
Emulates the behavior of the closure compile command line flag `output_wrapper`:

P

processConfig - Variable in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
 
ProcessFilesTask - Class in com.github.blutorange.maven.plugin.closurecompiler.plugin
Abstract class for merging and compressing a files list.
ProcessFilesTask(MojoMetadata, FileProcessConfig, FileSpecifier, ClosureConfig) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
Task constructor.
ProcessJSFilesTask - Class in com.github.blutorange.maven.plugin.closurecompiler.plugin
Task for merging and compressing JavaScript files.
ProcessJSFilesTask(MojoMetadata, FileProcessConfig, FileSpecifier, ClosureConfig) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessJSFilesTask
Task constructor.

R

relativizePath(File, File) - Static method in class com.github.blutorange.maven.plugin.closurecompiler.common.FileHelper
 
removeMessages(Collection<File>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
 

S

setBaseSourceDir(File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setBaseTargetDir(File) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setBufferSize(int) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setBuildContext(BuildContext) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setBundleConfiguration(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setBundles(List<Aggregation>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.AggregationConfiguration
Sets the bundles.
setClosureAngularPass(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureAssumeFunctionWrapper(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureColorizeErrorOutput(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureCompilationLevel(CompilationLevel) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureCreateSourceMap(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureDartPass(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureDebug(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureDefineReplacements(HashMap<String, String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureDependencyEntryPoints(List<String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureDependencyMode(CompilerOptions.DependencyMode) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureEmitUseStrict(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureEnvironment(CompilerOptions.Environment) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureExterns(ArrayList<String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureExtraAnnotations(ArrayList<String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureForceInjectLibs(List<String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureIncludeSourcesContent(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureInjectLibraries(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureLanguageIn(CompilerOptions.LanguageMode) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureLanguageOut(CompilerOptions.LanguageMode) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureModuleResolution(ModuleLoader.ResolutionMode) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureOutputWrapper(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosurePreferSingleQuotes(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosurePrettyPrint(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureProcessClosurePrimitives(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureProcessCommonJsModules(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureRenamePrefixNamespace(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureRenameVariablePrefix(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureRewritePolyfills(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureSourceMapName(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureSourceMapOutputType(SourceMapOutputType) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureStrictModeInput(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureTrustedStrings(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureUseTypesForOptimization(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureWarningLevel(WarningLevel) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setClosureWarningLevels(HashMap<String, String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setEncoding(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setExcludes(List<String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.Aggregation
 
setExcludes(ArrayList<String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setForce(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setIncludes(List<String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.Aggregation
 
setIncludes(ArrayList<String>) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setLineSeparator(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setLogLevel(LogLevel) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setLogWrapper(Log) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setName(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.Aggregation
 
setOutputFilename(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setProject(MavenProject) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setSkipMerge(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setSkipMinify(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setSkipRunOnIncremental(boolean) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setSourceDir(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
setTargetDir(String) - Method in class com.github.blutorange.maven.plugin.closurecompiler.plugin.MinifyMojo
 
sourceDir - Variable in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
 
SourceFilesEnumeration - Class in com.github.blutorange.maven.plugin.closurecompiler.common
Used to initialize a SequenceInputStream with a Enumeration<? extends InputStream>.
SourceFilesEnumeration(Log, List<File>, Charset, String) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.SourceFilesEnumeration
Enumeration public constructor.
SourceMapOutputType - Enum in com.github.blutorange.maven.plugin.closurecompiler.common
 

T

targetDir - Variable in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
 
TEMP_SUFFIX - Static variable in class com.github.blutorange.maven.plugin.closurecompiler.plugin.ProcessFilesTask
 
toString() - Method in class com.github.blutorange.maven.plugin.closurecompiler.common.TwoTuple
 
TwoTuple<First extends Comparable<First>,Second extends Comparable<Second>> - Class in com.github.blutorange.maven.plugin.closurecompiler.common
A tuple of two types that are comparable.
TwoTuple(First, Second) - Constructor for class com.github.blutorange.maven.plugin.closurecompiler.common.TwoTuple
 

V

valueOf(String) - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.common.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.common.SourceMapOutputType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.blutorange.maven.plugin.closurecompiler.common.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.common.SourceMapOutputType
Returns an array containing the constants of this enum type, in the order they are declared.

W

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 C D E F G H I L M N O P R S T V W 
Skip navigation links

Copyright © 2009–2018 Andre Wachsmuth. All rights reserved.