Index

A B E F G H I J L M O P Q R S T V W Y 
All Classes and Interfaces|All Packages|Serialized Form

A

afterProcess() - Method in class org.codelibs.maven.yuicompressor.JSLintMojo
 
afterProcess() - Method in class org.codelibs.maven.yuicompressor.MojoSupport
Called after all processing is complete.
afterProcess() - Method in class org.codelibs.maven.yuicompressor.YuiCompressorMojo
 
Aggregation - Class in org.codelibs.maven.yuicompressor
Handles aggregation (concatenation) of multiple files into a single output file.
Aggregation() - Constructor for class org.codelibs.maven.yuicompressor.Aggregation
 
autoExcludeWildcards - Variable in class org.codelibs.maven.yuicompressor.Aggregation
 

B

BasicRhinoShell - Class in org.codelibs.maven.yuicompressor
Basic Rhino Shell for executing JavaScript.
BasicRhinoShell() - Constructor for class org.codelibs.maven.yuicompressor.BasicRhinoShell
 
beforeProcess() - Method in class org.codelibs.maven.yuicompressor.JSLintMojo
 
beforeProcess() - Method in class org.codelibs.maven.yuicompressor.MojoSupport
Called before processing starts.
beforeProcess() - Method in class org.codelibs.maven.yuicompressor.YuiCompressorMojo
 
buildContext - Variable in class org.codelibs.maven.yuicompressor.MojoSupport
 

E

error(String, String, int, String, int) - Method in class org.codelibs.maven.yuicompressor.ErrorReporter4Mojo
 
ErrorReporter4Mojo - Class in org.codelibs.maven.yuicompressor
Error reporter implementation for Maven Mojo that integrates with Maven logging and BuildContext for IDE incremental build support.
ErrorReporter4Mojo(Log, boolean, BuildContext) - Constructor for class org.codelibs.maven.yuicompressor.ErrorReporter4Mojo
Creates a new error reporter.
excludes - Variable in class org.codelibs.maven.yuicompressor.Aggregation
 
exec(String[], ErrorReporter) - Static method in class org.codelibs.maven.yuicompressor.BasicRhinoShell
Main entry point for executing JavaScript.
execute() - Method in class org.codelibs.maven.yuicompressor.MojoSupport
 

F

failOnWarning - Variable in class org.codelibs.maven.yuicompressor.MojoSupport
Define if plugin must stop/fail on warnings.
fixLastSemicolon - Variable in class org.codelibs.maven.yuicompressor.Aggregation
 

G

getClassName() - Method in class org.codelibs.maven.yuicompressor.BasicRhinoShell
 
getDefaultIncludes() - Method in class org.codelibs.maven.yuicompressor.JSLintMojo
 
getDefaultIncludes() - Method in class org.codelibs.maven.yuicompressor.MojoSupport
Returns the default file includes pattern.
getDefaultIncludes() - Method in class org.codelibs.maven.yuicompressor.YuiCompressorMojo
 
getErrorCnt() - Method in class org.codelibs.maven.yuicompressor.ErrorReporter4Mojo
Returns the number of errors reported.
getExtension() - Method in class org.codelibs.maven.yuicompressor.SourceFile
Returns the file extension including the dot.
getWarningCnt() - Method in class org.codelibs.maven.yuicompressor.ErrorReporter4Mojo
Returns the number of warnings reported.
gzipIfRequested(File) - Method in class org.codelibs.maven.yuicompressor.YuiCompressorMojo
 

H

help() - Method in class org.codelibs.maven.yuicompressor.BasicRhinoShell
Display help message.

I

includes - Variable in class org.codelibs.maven.yuicompressor.Aggregation
 
inputDir - Variable in class org.codelibs.maven.yuicompressor.Aggregation
 
insertFileHeader - Variable in class org.codelibs.maven.yuicompressor.Aggregation
 
insertNewLine - Variable in class org.codelibs.maven.yuicompressor.Aggregation
 

J

jsErrorReporter - Variable in class org.codelibs.maven.yuicompressor.MojoSupport
 
JSLintMojo - Class in org.codelibs.maven.yuicompressor
Check JavaScript files with JSLint.
JSLintMojo() - Constructor for class org.codelibs.maven.yuicompressor.JSLintMojo
 
jswarn - Variable in class org.codelibs.maven.yuicompressor.MojoSupport
[js only] Display possible errors in the code.

L

load(Context, Scriptable, Object[], Function) - Static method in class org.codelibs.maven.yuicompressor.BasicRhinoShell
Load and execute JavaScript source files.

M

MojoSupport - Class in org.codelibs.maven.yuicompressor
Abstract base class for YUI Compressor Maven plugin mojos.
MojoSupport() - Constructor for class org.codelibs.maven.yuicompressor.MojoSupport
 

O

org.codelibs.maven.yuicompressor - package org.codelibs.maven.yuicompressor
 
output - Variable in class org.codelibs.maven.yuicompressor.Aggregation
 

P

print(Context, Scriptable, Object[], Function) - Static method in class org.codelibs.maven.yuicompressor.BasicRhinoShell
Print the string values of arguments.
processFile(SourceFile) - Method in class org.codelibs.maven.yuicompressor.JSLintMojo
 
processFile(SourceFile) - Method in class org.codelibs.maven.yuicompressor.MojoSupport
Processes a single file.
processFile(SourceFile) - Method in class org.codelibs.maven.yuicompressor.YuiCompressorMojo
 
processOptions(Context, String[]) - Static method in class org.codelibs.maven.yuicompressor.BasicRhinoShell
Parse and process command line options.
project - Variable in class org.codelibs.maven.yuicompressor.MojoSupport
 

Q

quit() - Method in class org.codelibs.maven.yuicompressor.BasicRhinoShell
Quit the shell (only affects interactive mode).

R

ratioOfSize(File, File) - Method in class org.codelibs.maven.yuicompressor.YuiCompressorMojo
 
readFile(String) - Method in class org.codelibs.maven.yuicompressor.BasicRhinoShell
Read a file and return its contents as a string.
removeIncluded - Variable in class org.codelibs.maven.yuicompressor.Aggregation
 
run(Collection<File>, BuildContext) - Method in class org.codelibs.maven.yuicompressor.Aggregation
Runs the aggregation process.
run(Collection<File>, BuildContext, Set<String>) - Method in class org.codelibs.maven.yuicompressor.Aggregation
Runs the aggregation process with incremental build support.
runtimeError(String, String, int, String, int) - Method in class org.codelibs.maven.yuicompressor.ErrorReporter4Mojo
 

S

setDefaultFileName(String) - Method in class org.codelibs.maven.yuicompressor.ErrorReporter4Mojo
Sets the default filename to use when source name is not provided.
setFile(File) - Method in class org.codelibs.maven.yuicompressor.ErrorReporter4Mojo
Sets the current source file being processed.
SourceFile - Class in org.codelibs.maven.yuicompressor
Represents a source file with its source and destination roots.
SourceFile(File, File, String, boolean) - Constructor for class org.codelibs.maven.yuicompressor.SourceFile
Creates a new SourceFile instance.

T

toDestFile(String) - Method in class org.codelibs.maven.yuicompressor.SourceFile
Creates a destination file with the given suffix.
toFile() - Method in class org.codelibs.maven.yuicompressor.SourceFile
Returns the source file.

V

version(Context, Scriptable, Object[], Function) - Static method in class org.codelibs.maven.yuicompressor.BasicRhinoShell
Get and set the JavaScript language version.

W

warn(Context, Scriptable, Object[], Function) - Static method in class org.codelibs.maven.yuicompressor.BasicRhinoShell
Report a warning.
warning(String, String, int, String, int) - Method in class org.codelibs.maven.yuicompressor.ErrorReporter4Mojo
 

Y

YuiCompressorMojo - Class in org.codelibs.maven.yuicompressor
Apply YUI Compressor compression on JavaScript and CSS files.
YuiCompressorMojo() - Constructor for class org.codelibs.maven.yuicompressor.YuiCompressorMojo
 
A B E F G H I J L M O P Q R S T V W Y 
All Classes and Interfaces|All Packages|Serialized Form