A C E G I J N O P S T U W

A

AbstractCompilerMojo - Class in net.jangaroo.jooc.mvnplugin
Super class for mojos compiling Jangaroo sources.
AbstractCompilerMojo() - Constructor for class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
AbstractJooTestMojo - Class in net.jangaroo.jooc.mvnplugin.test
 
AbstractJooTestMojo() - Constructor for class net.jangaroo.jooc.mvnplugin.test.AbstractJooTestMojo
 

C

CompilerMojo - Class in net.jangaroo.jooc.mvnplugin
Mojo to compile Jangaroo sources during the compile phase.
CompilerMojo() - Constructor for class net.jangaroo.jooc.mvnplugin.CompilerMojo
 

E

execute() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
Runs the compile mojo
execute() - Method in class net.jangaroo.jooc.mvnplugin.PackageMojo
 
execute() - Method in class net.jangaroo.jooc.mvnplugin.PropertiesMojo
 
execute() - Method in class net.jangaroo.jooc.mvnplugin.test.JooGenerateTestResourcesMojo
 
execute() - Method in class net.jangaroo.jooc.mvnplugin.test.JooTestMojo
 
execute() - Method in class net.jangaroo.jooc.mvnplugin.WarPackageMojo

G

getActionScriptClassPath() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getActionScriptClassPath() - Method in class net.jangaroo.jooc.mvnplugin.TestCompilerMojo
 
getApiOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getApiOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.CompilerMojo
 
getApiOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.TestCompilerMojo
 
getCompileSourceRoots() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getCompileSourceRoots() - Method in class net.jangaroo.jooc.mvnplugin.CompilerMojo
 
getCompileSourceRoots() - Method in class net.jangaroo.jooc.mvnplugin.TestCompilerMojo
 
getGeneratedSourcesDirectory() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.CompilerMojo
 
getOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.TestCompilerMojo
 
getOutputFileName() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getOutputFileName() - Method in class net.jangaroo.jooc.mvnplugin.CompilerMojo
 
getOutputFileName() - Method in class net.jangaroo.jooc.mvnplugin.TestCompilerMojo
 
getSourceInclusionScanner(int) - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getSourceInclusionScanner(Set<String>, Set<String>, int) - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getSourceInclusionScanner(Set<String>, Set<String>, String) - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getSourceInclusionScanner(int) - Method in class net.jangaroo.jooc.mvnplugin.CompilerMojo
 
getSourceInclusionScanner(int) - Method in class net.jangaroo.jooc.mvnplugin.TestCompilerMojo
 
getTempOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getTempOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.CompilerMojo
 
getTempOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.TestCompilerMojo
 

I

isTestAvailable() - Method in class net.jangaroo.jooc.mvnplugin.test.AbstractJooTestMojo
 

J

JANGAROO_TYPE - Static variable in class org.codehaus.mojo.javascript.archive.Types
type for dependencies handled by the plugin
JAVASCRIPT_EXTENSION - Static variable in class org.codehaus.mojo.javascript.archive.Types
extension for dependencies handled by the plugin
JooGenerateTestResourcesMojo - Class in net.jangaroo.jooc.mvnplugin.test
Prepares the Javascript Testenvironment including generation of the HTML page and decompression of jangaroo dependencies.
JooGenerateTestResourcesMojo() - Constructor for class net.jangaroo.jooc.mvnplugin.test.JooGenerateTestResourcesMojo
 
JooTestMojo - Class in net.jangaroo.jooc.mvnplugin.test
Executes JooUnit tests.
JooTestMojo() - Constructor for class net.jangaroo.jooc.mvnplugin.test.JooTestMojo
 

N

net.jangaroo.jooc.mvnplugin - package net.jangaroo.jooc.mvnplugin
 
net.jangaroo.jooc.mvnplugin.test - package net.jangaroo.jooc.mvnplugin.test
 

O

org.codehaus.mojo.javascript.archive - package org.codehaus.mojo.javascript.archive
 

P

PackageMojo - Class in net.jangaroo.jooc.mvnplugin
Creates the jangaroo archive and attaches them to the project.
The jangaroo archive is created by zipping the packageSourceDirectory (defaults to target/joo).
PackageMojo() - Constructor for class net.jangaroo.jooc.mvnplugin.PackageMojo
 
project - Variable in class net.jangaroo.jooc.mvnplugin.test.AbstractJooTestMojo
The maven project.
PropertiesMojo - Class in net.jangaroo.jooc.mvnplugin
Mojo to compile properties files to ActionScript3 files
PropertiesMojo() - Constructor for class net.jangaroo.jooc.mvnplugin.PropertiesMojo
 

S

skip - Variable in class net.jangaroo.jooc.mvnplugin.test.AbstractJooTestMojo
Set this to 'true' to bypass unit tests entirely.
skipTests - Variable in class net.jangaroo.jooc.mvnplugin.test.AbstractJooTestMojo
Set this to 'true' to skip running tests, but still compile them.
sort(Map<String, List<String>>) - Static method in class net.jangaroo.jooc.mvnplugin.WarPackageMojo
Linearizes the acyclic, directed graph represented by artifact2directDependencies to a list where every item just needs items that are contained in the list before itself.

T

TestCompilerMojo - Class in net.jangaroo.jooc.mvnplugin
Mojo to compile Jangaroo sources from during the test-compile phase.
TestCompilerMojo() - Constructor for class net.jangaroo.jooc.mvnplugin.TestCompilerMojo
 
testFailureIgnore - Variable in class net.jangaroo.jooc.mvnplugin.test.JooTestMojo
Set this to true to ignore a failure during testing.
testOutputDirectory - Variable in class net.jangaroo.jooc.mvnplugin.test.AbstractJooTestMojo
Output directory for the janagroo artifact unarchiver.
testResources - Variable in class net.jangaroo.jooc.mvnplugin.test.AbstractJooTestMojo
the tests.html file relative to the test resources folder
testsHtml - Variable in class net.jangaroo.jooc.mvnplugin.test.AbstractJooTestMojo
the tests.html file relative to the test resources folder
testSourceDirectory - Variable in class net.jangaroo.jooc.mvnplugin.test.AbstractJooTestMojo
Source directory to scan for files to compile.
Types - Class in org.codehaus.mojo.javascript.archive
 
Types() - Constructor for class org.codehaus.mojo.javascript.archive.Types
 

U

unpack() - Method in class net.jangaroo.jooc.mvnplugin.test.JooGenerateTestResourcesMojo
Unpacks all jangaroo dependencies (transitively) to testOutputDirectory.
unpack(File) - Method in class net.jangaroo.jooc.mvnplugin.WarPackageMojo
 
unpack(Artifact, File) - Method in class net.jangaroo.jooc.mvnplugin.WarPackageMojo
 

W

WarPackageMojo - Class in net.jangaroo.jooc.mvnplugin
The war-package goal extracts all dependent jangaroo artifacts into the web application to make them accessible from HTML pages during execution of the webapp.
WarPackageMojo() - Constructor for class net.jangaroo.jooc.mvnplugin.WarPackageMojo
 

A C E G I J N O P S T U W

Copyright © 2002-2010 CoreMedia AG. All Rights Reserved.