Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
J
L
M
N
O
P
Q
R
S
T
U
W
A
AbstractCompressMojo
- Class in
org.codehaus.mojo.javascript
Abstact mojo for compressing JavaScripts.
AbstractCompressMojo()
- Constructor for class org.codehaus.mojo.javascript.
AbstractCompressMojo
AbstractJavascriptMojo
- Class in
org.codehaus.mojo.javascript
AbstractJavascriptMojo()
- Constructor for class org.codehaus.mojo.javascript.
AbstractJavascriptMojo
AbstractRhinoTestMojo
- Class in
org.codehaus.mojo.javascript.test.qunit
AbstractRhinoTestMojo()
- Constructor for class org.codehaus.mojo.javascript.test.qunit.
AbstractRhinoTestMojo
addInclude(String)
- Method in class org.codehaus.mojo.javascript.assembler.
Script
Method addInclude.
addScript(Script)
- Method in class org.codehaus.mojo.javascript.assembler.
Assembler
Method addScript.
assemble()
- Method in class org.codehaus.mojo.javascript.
CompileMojo
Honor the assembly rules to build merged scripts from individual ones.
Assembler
- Class in
org.codehaus.mojo.javascript.assembler
An assembler defines a collection of files to be created in the packaging directory based on source scripts.
Assembler()
- Constructor for class org.codehaus.mojo.javascript.assembler.
Assembler
AssemblerReader
- Interface in
org.codehaus.mojo.javascript.assembler
AssemblerReaderManager
- Interface in
org.codehaus.mojo.javascript.assembler
assemblerReaderManager
- Variable in class org.codehaus.mojo.javascript.
CompileMojo
AssemblerXpp3Reader
- Class in
org.codehaus.mojo.javascript.assembler.io.xpp3
Class AssemblerXpp3Reader.
AssemblerXpp3Reader()
- Constructor for class org.codehaus.mojo.javascript.assembler.io.xpp3.
AssemblerXpp3Reader
AttachCompressedMojo
- Class in
org.codehaus.mojo.javascript
Goal used to build javascript libraries with maven.
AttachCompressedMojo()
- Constructor for class org.codehaus.mojo.javascript.
AttachCompressedMojo
B
begin()
- Method in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
C
compileAndExec(Reader, String)
- Method in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
CompileMojo
- Class in
org.codehaus.mojo.javascript
Goal which assemble javascript sources into the packaging directory.
CompileMojo()
- Constructor for class org.codehaus.mojo.javascript.
CompileMojo
CompileSourceMojo
- Class in
org.codehaus.mojo.javascript
CompileSourceMojo()
- Constructor for class org.codehaus.mojo.javascript.
CompileSourceMojo
compress(File, File, int, int)
- Method in class org.codehaus.mojo.javascript.compress.
JSMinCompressor
context
- Variable in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
contextualize(Context)
- Method in class org.codehaus.mojo.javascript.assembler.
DefaultAssemblerReaderManager
createRhinoRuntime(ReportCallbacks)
- Method in class org.codehaus.mojo.javascript.test.qunit.
AbstractRhinoTestMojo
Creates a RhinoRuntime with env.js and inserts a $report object that collects test results as they are run.
currentModule
- Variable in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
currentTest
- Variable in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
D
DEFAULT_INCLUDES
- Static variable in class org.codehaus.mojo.javascript.
CompileSourceMojo
default includes pattern
DEFAULT_MODULE
- Static variable in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
DEFAULT_TEST
- Static variable in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
DefaultAssemblerReader
- Class in
org.codehaus.mojo.javascript.assembler
DefaultAssemblerReader()
- Constructor for class org.codehaus.mojo.javascript.assembler.
DefaultAssemblerReader
DefaultAssemblerReaderManager
- Class in
org.codehaus.mojo.javascript.assembler
DefaultAssemblerReaderManager()
- Constructor for class org.codehaus.mojo.javascript.assembler.
DefaultAssemblerReaderManager
descriptor
- Variable in class org.codehaus.mojo.javascript.
CompileSourceMojo
Descriptor for the strategy to assemble individual scripts sources into destination.
descriptor
- Variable in class org.codehaus.mojo.javascript.
PrepareTestsMojo
Descriptor for the strategy to assemble individual scripts sources into destination.
descriptorFormat
- Variable in class org.codehaus.mojo.javascript.
CompileSourceMojo
Descriptor file format (default or jsbuilder)
descriptorFormat
- Variable in class org.codehaus.mojo.javascript.
PrepareTestsMojo
Descriptor file format (default or jsbuilder)
done(Long, Long)
- Method in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
E
enableLogging(Logger)
- Method in class org.codehaus.mojo.javascript.assembler.
DefaultAssemblerReader
enableLogging(Logger)
- Method in class org.codehaus.mojo.javascript.assembler.
JsBuilderAssemblerReader
excludes
- Variable in class org.codehaus.mojo.javascript.
CompileSourceMojo
Exclusion pattern.
excludes
- Variable in class org.codehaus.mojo.javascript.
PrepareTestsMojo
Exclusion pattern.
exec(String, String)
- Method in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
execClasspathScript(String)
- Method in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
execNativeArrayFunction(String, String, Object...)
- Method in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
execScriptFile(File)
- Method in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
execStringArrayFunction(String, String, Object...)
- Method in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
execStringFunction(String, String, Object...)
- Method in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
execute()
- Method in class org.codehaus.mojo.javascript.
AbstractCompressMojo
execute()
- Method in class org.codehaus.mojo.javascript.
AttachCompressedMojo
execute()
- Method in class org.codehaus.mojo.javascript.
CompileMojo
execute()
- Method in class org.codehaus.mojo.javascript.
InPlaceMojo
Set super's webappDirectory = warSourceDirectory and then execute as usual.
execute()
- Method in class org.codehaus.mojo.javascript.
JsUnitMojo
execute()
- Method in class org.codehaus.mojo.javascript.
PackageMojo
Create the distribution archive with everything in the scripts directory, and attach a manifest (generate one if necessary).
execute()
- Method in class org.codehaus.mojo.javascript.test.qunit.
AbstractRhinoTestMojo
execute()
- Method in class org.codehaus.mojo.javascript.
WarPackageMojo
Set the output directory to webappDirectory/scriptsDirectory and then copy all dependencies to webappDirectory/scriptsDirectory/libDirectory.
G
getAddDefaultEntities()
- Method in class org.codehaus.mojo.javascript.assembler.io.xpp3.
AssemblerXpp3Reader
Returns the state of the "add default entities" flag.
getAssembler(File)
- Method in interface org.codehaus.mojo.javascript.assembler.
AssemblerReader
getAssembler(File)
- Method in class org.codehaus.mojo.javascript.assembler.
DefaultAssemblerReader
getAssembler(File)
- Method in class org.codehaus.mojo.javascript.assembler.
JsBuilderAssemblerReader
getAssemblerName()
- Method in exception org.codehaus.mojo.javascript.assembler.
NoSuchAssemblerReaderException
getAssemblerReader(String)
- Method in interface org.codehaus.mojo.javascript.assembler.
AssemblerReaderManager
getAssemblerReader(File)
- Method in class org.codehaus.mojo.javascript.assembler.
DefaultAssemblerReaderManager
getAssemblerReader(String)
- Method in class org.codehaus.mojo.javascript.assembler.
DefaultAssemblerReaderManager
getDefaultIncludes()
- Method in class org.codehaus.mojo.javascript.
CompileMojo
getDefaultIncludes()
- Method in class org.codehaus.mojo.javascript.
CompileSourceMojo
getDefaultIncludes()
- Method in class org.codehaus.mojo.javascript.
PrepareTestsMojo
getDescriptor()
- Method in class org.codehaus.mojo.javascript.
CompileMojo
getDescriptor()
- Method in class org.codehaus.mojo.javascript.
CompileSourceMojo
getDescriptor()
- Method in class org.codehaus.mojo.javascript.
PrepareTestsMojo
getDescriptorFormat()
- Method in class org.codehaus.mojo.javascript.
CompileMojo
getDescriptorFormat()
- Method in class org.codehaus.mojo.javascript.
CompileSourceMojo
getDescriptorFormat()
- Method in class org.codehaus.mojo.javascript.
PrepareTestsMojo
getExcludes()
- Method in class org.codehaus.mojo.javascript.
CompileMojo
getExcludes()
- Method in class org.codehaus.mojo.javascript.
CompileSourceMojo
getExcludes()
- Method in class org.codehaus.mojo.javascript.
PrepareTestsMojo
getExtension()
- Method in class org.codehaus.mojo.javascript.
AbstractCompressMojo
getExtension()
- Method in class org.codehaus.mojo.javascript.
AttachCompressedMojo
getExtension()
- Method in class org.codehaus.mojo.javascript.
WebappCompressMojo
getFileName()
- Method in class org.codehaus.mojo.javascript.assembler.
Script
Get the script to be created by the merge.
getGlobal(String)
- Method in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
getIncludes()
- Method in class org.codehaus.mojo.javascript.assembler.
Script
Method getIncludes.
getIncludes()
- Method in class org.codehaus.mojo.javascript.
CompileMojo
getIncludes()
- Method in class org.codehaus.mojo.javascript.
CompileSourceMojo
getIncludes()
- Method in class org.codehaus.mojo.javascript.
PrepareTestsMojo
getModelEncoding()
- Method in class org.codehaus.mojo.javascript.assembler.
Assembler
Method getModelEncoding.
getOutputDirectory()
- Method in class org.codehaus.mojo.javascript.
AbstractCompressMojo
getOutputDirectory()
- Method in class org.codehaus.mojo.javascript.
AttachCompressedMojo
getOutputDirectory()
- Method in class org.codehaus.mojo.javascript.
CompileMojo
getOutputDirectory()
- Method in class org.codehaus.mojo.javascript.
CompileSourceMojo
getOutputDirectory()
- Method in class org.codehaus.mojo.javascript.
PrepareTestsMojo
getOutputDirectory()
- Method in class org.codehaus.mojo.javascript.
WebappCompressMojo
getScripts()
- Method in class org.codehaus.mojo.javascript.assembler.
Assembler
Method getScripts.
getSourceDirectory()
- Method in class org.codehaus.mojo.javascript.
AbstractCompressMojo
getSourceDirectory()
- Method in class org.codehaus.mojo.javascript.
AttachCompressedMojo
getSourceDirectory()
- Method in class org.codehaus.mojo.javascript.
CompileMojo
getSourceDirectory()
- Method in class org.codehaus.mojo.javascript.
CompileSourceMojo
getSourceDirectory()
- Method in class org.codehaus.mojo.javascript.
PrepareTestsMojo
getSourceDirectory()
- Method in class org.codehaus.mojo.javascript.
WebappCompressMojo
global
- Variable in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
I
includes
- Variable in class org.codehaus.mojo.javascript.
CompileSourceMojo
Inclusion pattern.
includes
- Variable in class org.codehaus.mojo.javascript.
PrepareTestsMojo
Inclusion pattern.
InPlaceMojo
- Class in
org.codehaus.mojo.javascript
Goal that copies javascript dependencies to the web application script folder, inside the webapp source directory.
InPlaceMojo()
- Constructor for class org.codehaus.mojo.javascript.
InPlaceMojo
J
javascriptArtifactManager
- Variable in class org.codehaus.mojo.javascript.
AbstractJavascriptMojo
javascriptArtifactManager
- Variable in class org.codehaus.mojo.javascript.
WarPackageMojo
JsBuilderAssemblerReader
- Class in
org.codehaus.mojo.javascript.assembler
JsBuilderAssemblerReader()
- Constructor for class org.codehaus.mojo.javascript.assembler.
JsBuilderAssemblerReader
JSMin
- Class in
org.inconspicuous.jsmin
JSMin(InputStream, OutputStream)
- Constructor for class org.inconspicuous.jsmin.
JSMin
jsmin()
- Method in class org.inconspicuous.jsmin.
JSMin
jsmin -- Copy the input to the output, deleting the characters which are insignificant to JavaScript.
JSMinCompressor
- Class in
org.codehaus.mojo.javascript.compress
Use the Java version of the JSMin algorithm to compress a set of JS files.
JSMinCompressor()
- Constructor for class org.codehaus.mojo.javascript.compress.
JSMinCompressor
JsUnitMojo
- Class in
org.codehaus.mojo.javascript
Goal which runs javascript tests using jsunit framework.
JsUnitMojo()
- Constructor for class org.codehaus.mojo.javascript.
JsUnitMojo
JsUnitTestCase
- Class in
org.codehaus.mojo.javascript
Simple wrapper arround StandaloneTest to setup the jetty http server from Maven.
JsUnitTestCase(String)
- Constructor for class org.codehaus.mojo.javascript.
JsUnitTestCase
L
libsDirectory
- Variable in class org.codehaus.mojo.javascript.
WarPackageMojo
The folder for javascripts dependencies
log(Boolean, String)
- Method in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
M
main(String[])
- Static method in class org.inconspicuous.jsmin.
JSMin
moduleDone(String, Long, Long)
- Method in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
moduleStart(String, Object)
- Method in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
N
NoSuchAssemblerReaderException
- Exception in
org.codehaus.mojo.javascript.assembler
NoSuchAssemblerReaderException(String)
- Constructor for exception org.codehaus.mojo.javascript.assembler.
NoSuchAssemblerReaderException
O
org.codehaus.mojo.javascript
- package org.codehaus.mojo.javascript
org.codehaus.mojo.javascript.assembler
- package org.codehaus.mojo.javascript.assembler
org.codehaus.mojo.javascript.assembler.io.xpp3
- package org.codehaus.mojo.javascript.assembler.io.xpp3
org.codehaus.mojo.javascript.compress
- package org.codehaus.mojo.javascript.compress
org.codehaus.mojo.javascript.test.qunit
- package org.codehaus.mojo.javascript.test.qunit
org.inconspicuous.jsmin
- package org.inconspicuous.jsmin
outputDirectory
- Variable in class org.codehaus.mojo.javascript.
CompileSourceMojo
The output directory of the assembled js file.
outputDirectory
- Variable in class org.codehaus.mojo.javascript.
PrepareTestsMojo
The output directory of the assembled js file.
P
PackageMojo
- Class in
org.codehaus.mojo.javascript
Goal which packages scripts and resources as a javascript archive to be installed / deployed in maven repositories.
PackageMojo()
- Constructor for class org.codehaus.mojo.javascript.
PackageMojo
pluginArtifactMap
- Variable in class org.codehaus.mojo.javascript.
AbstractJavascriptMojo
Map of of plugin artifacts.
PrepareTestsMojo
- Class in
org.codehaus.mojo.javascript
Goal which copies scripts to the test-script directory.
PrepareTestsMojo()
- Constructor for class org.codehaus.mojo.javascript.
PrepareTestsMojo
project
- Variable in class org.codehaus.mojo.javascript.
AbstractJavascriptMojo
The maven project.
putGlobal(String, Object)
- Method in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
Q
QUnitTestMojo
- Class in
org.codehaus.mojo.javascript.test.qunit
QUnitTestMojo()
- Constructor for class org.codehaus.mojo.javascript.test.qunit.
QUnitTestMojo
R
read(Reader, boolean)
- Method in class org.codehaus.mojo.javascript.assembler.io.xpp3.
AssemblerXpp3Reader
read(Reader)
- Method in class org.codehaus.mojo.javascript.assembler.io.xpp3.
AssemblerXpp3Reader
read(InputStream, boolean)
- Method in class org.codehaus.mojo.javascript.assembler.io.xpp3.
AssemblerXpp3Reader
Method read.
read(InputStream)
- Method in class org.codehaus.mojo.javascript.assembler.io.xpp3.
AssemblerXpp3Reader
Method read.
removeInclude(String)
- Method in class org.codehaus.mojo.javascript.assembler.
Script
Method removeInclude.
removeScript(Script)
- Method in class org.codehaus.mojo.javascript.assembler.
Assembler
Method removeScript.
ReportCallbacks
- Class in
org.codehaus.mojo.javascript.test.qunit
ReportCallbacks(ReporterManager)
- Constructor for class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
reportManager
- Variable in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
RhinoRuntime
- Class in
org.codehaus.mojo.javascript.test.qunit
RhinoRuntime()
- Constructor for class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
ROLE
- Static variable in interface org.codehaus.mojo.javascript.assembler.
AssemblerReader
ROLE
- Static variable in interface org.codehaus.mojo.javascript.assembler.
AssemblerReaderManager
run(TestResult)
- Method in class org.codehaus.mojo.javascript.
JsUnitTestCase
Override the junit run method to gather browser test result an run a fake junit test suite that replay the browser results.
runSuite(RhinoRuntime, File)
- Method in class org.codehaus.mojo.javascript.test.qunit.
AbstractRhinoTestMojo
runSuite(RhinoRuntime, File)
- Method in class org.codehaus.mojo.javascript.test.qunit.
QUnitTestMojo
S
scope
- Variable in class org.codehaus.mojo.javascript.test.qunit.
RhinoRuntime
Script
- Class in
org.codehaus.mojo.javascript.assembler
Merge multiple source scripts into a target script.
Script()
- Constructor for class org.codehaus.mojo.javascript.assembler.
Script
scriptsDirectory
- Variable in class org.codehaus.mojo.javascript.
WarPackageMojo
The folder in webapp for javascripts
setAddDefaultEntities(boolean)
- Method in class org.codehaus.mojo.javascript.assembler.io.xpp3.
AssemblerXpp3Reader
Sets the state of the "add default entities" flag.
setFileName(String)
- Method in class org.codehaus.mojo.javascript.assembler.
Script
Set the script to be created by the merge.
setIncludes(List)
- Method in class org.codehaus.mojo.javascript.assembler.
Script
Set this is a list of <include/> subelements, each containing a source script reference.
setLocalRepository(ArtifactRepository)
- Method in class org.codehaus.mojo.javascript.
AbstractCompressMojo
setModelEncoding(String)
- Method in class org.codehaus.mojo.javascript.assembler.
Assembler
Set an encoding used for reading/writing the model.
setScripts(List)
- Method in class org.codehaus.mojo.javascript.assembler.
Assembler
Set specifies a merge to occur on a set of source files.
setSharedServer(JsUnitServer)
- Static method in class org.codehaus.mojo.javascript.
JsUnitTestCase
setSuite(TestSuite)
- Static method in class org.codehaus.mojo.javascript.
JsUnitTestCase
setUp()
- Method in class org.codehaus.mojo.javascript.
JsUnitTestCase
sourceDirectory
- Variable in class org.codehaus.mojo.javascript.
CompileSourceMojo
Location of the source files.
sourceDirectory
- Variable in class org.codehaus.mojo.javascript.
PrepareTestsMojo
Location of the source files.
suite()
- Static method in class org.codehaus.mojo.javascript.
JsUnitTestCase
T
testDone(String, Long, Long)
- Method in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
testStart(String, Object)
- Method in class org.codehaus.mojo.javascript.test.qunit.
ReportCallbacks
U
unpackJavascriptDependency(String, File)
- Method in class org.codehaus.mojo.javascript.
AbstractJavascriptMojo
unpackJavascriptDependency(String, File, boolean)
- Method in class org.codehaus.mojo.javascript.
AbstractJavascriptMojo
Unpack a javascript dependency
useArtifactId
- Variable in class org.codehaus.mojo.javascript.
WarPackageMojo
Use the artifactId as folder
W
WarPackageMojo
- Class in
org.codehaus.mojo.javascript
Compile scripts in a WAR the same way as for a stand-alone javascript project, except output the scripts to the webapp's target directory instead of a dedicated scripts output directory.
WarPackageMojo()
- Constructor for class org.codehaus.mojo.javascript.
WarPackageMojo
WebappCompressMojo
- Class in
org.codehaus.mojo.javascript
Goal to be used from a war project, to compress the scripts present in the webapp packaging folder.
WebappCompressMojo()
- Constructor for class org.codehaus.mojo.javascript.
WebappCompressMojo
webappDirectory
- Variable in class org.codehaus.mojo.javascript.
WarPackageMojo
The directory where the webapp is built.
A
B
C
D
E
G
I
J
L
M
N
O
P
Q
R
S
T
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010. All Rights Reserved.