Package | Description |
---|---|
com.samaxes.maven.minify.plugin |
Modifier and Type | Field and Description |
---|---|
protected MinifyMojo.Engine |
ProcessFilesTask.engine |
Modifier and Type | Method and Description |
---|---|
static MinifyMojo.Engine |
MinifyMojo.Engine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinifyMojo.Engine[] |
MinifyMojo.Engine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ProcessCSSFilesTask(Log log,
boolean verbose,
Integer bufferSize,
Charset charset,
String suffix,
boolean nosuffix,
boolean skipMerge,
boolean skipMinify,
String webappSourceDir,
String webappTargetDir,
String inputDir,
List<String> sourceFiles,
List<String> sourceIncludes,
List<String> sourceExcludes,
String outputDir,
String outputFilename,
MinifyMojo.Engine engine,
YuiConfig yuiConfig)
Task constructor.
|
ProcessFilesTask(Log log,
boolean verbose,
Integer bufferSize,
Charset charset,
String suffix,
boolean nosuffix,
boolean skipMerge,
boolean skipMinify,
String webappSourceDir,
String webappTargetDir,
String inputDir,
List<String> sourceFiles,
List<String> sourceIncludes,
List<String> sourceExcludes,
String outputDir,
String outputFilename,
MinifyMojo.Engine engine,
YuiConfig yuiConfig)
Task constructor.
|
ProcessJSFilesTask(Log log,
boolean verbose,
Integer bufferSize,
Charset charset,
String suffix,
boolean nosuffix,
boolean skipMerge,
boolean skipMinify,
String webappSourceDir,
String webappTargetDir,
String inputDir,
List<String> sourceFiles,
List<String> sourceIncludes,
List<String> sourceExcludes,
String outputDir,
String outputFilename,
MinifyMojo.Engine engine,
YuiConfig yuiConfig,
ClosureConfig closureConfig)
Task constructor.
|
Copyright © 2009–2016 Samuel Santos. All rights reserved.