A C E G I J N 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
 

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
 
createWebapp(File) - Method in class net.jangaroo.jooc.mvnplugin.PackageApplicationMojo
Create the Jangaroo Web app in the given Web app directory.

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
 
getArtifacts() - Method in class net.jangaroo.jooc.mvnplugin.PackageApplicationMojo
 
getClassesOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
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
 
getModuleClassesJsFile() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getModuleClassesJsFileName() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getModuleClassesJsFileName() - Method in class net.jangaroo.jooc.mvnplugin.CompilerMojo
 
getModuleClassesJsFileName() - Method in class net.jangaroo.jooc.mvnplugin.TestCompilerMojo
 
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
 
getPackageSourceDirectory() - Method in class net.jangaroo.jooc.mvnplugin.PackageApplicationMojo
 
getPackageSourceDirectory() - Method in class net.jangaroo.jooc.mvnplugin.test.JooGenerateTestResourcesMojo
 
getPackageSourceDirectory() - Method in class net.jangaroo.jooc.mvnplugin.WarPackageMojo
 
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
 
getTempClassesOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
getTempClassesOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.CompilerMojo
 
getTempClassesOutputDirectory() - Method in class net.jangaroo.jooc.mvnplugin.TestCompilerMojo
 

I

isJangarooPackaging() - Method in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
 
isTestAvailable() - Method in class net.jangaroo.jooc.mvnplugin.test.JooGenerateTestResourcesMojo
 
isTestAvailable() - Method in class net.jangaroo.jooc.mvnplugin.test.JooTestMojo
 

J

JANGAROO_TYPE - Static variable in class net.jangaroo.jooc.mvnplugin.Types
type for dependencies handled by the plugin
JAVASCRIPT_EXTENSION - Static variable in class net.jangaroo.jooc.mvnplugin.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
 

P

PackageApplicationMojo - Class in net.jangaroo.jooc.mvnplugin
An abstract goal to build a Jangaroo application, either for testing or for an actual application.
PackageApplicationMojo() - Constructor for class net.jangaroo.jooc.mvnplugin.PackageApplicationMojo
 
PackageMojo - Class in net.jangaroo.jooc.mvnplugin
Creates the jangaroo archive and attaches them to the project.
PackageMojo() - Constructor for class net.jangaroo.jooc.mvnplugin.PackageMojo
 
project - Variable in class net.jangaroo.jooc.mvnplugin.PackageApplicationMojo
The maven project.
project - Variable in class net.jangaroo.jooc.mvnplugin.test.JooTestMojo
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.JooGenerateTestResourcesMojo
Set this to 'true' to bypass unit tests entirely.
skip - Variable in class net.jangaroo.jooc.mvnplugin.test.JooTestMojo
Set this to 'true' to bypass unit tests entirely.
skipTests - Variable in class net.jangaroo.jooc.mvnplugin.test.JooTestMojo
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.PackageApplicationMojo
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.
sourceDirectory - Variable in class net.jangaroo.jooc.mvnplugin.AbstractCompilerMojo
Source directory to scan for files to compile.

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.JooGenerateTestResourcesMojo
Output directory for the jangaroo artifact unarchiver.
testOutputDirectory - Variable in class net.jangaroo.jooc.mvnplugin.test.JooTestMojo
Output directory for the jangaroo artifact unarchiver.
testResources - Variable in class net.jangaroo.jooc.mvnplugin.test.JooGenerateTestResourcesMojo
the tests.html file relative to the test resources folder
testResources - Variable in class net.jangaroo.jooc.mvnplugin.test.JooTestMojo
the tests.html file relative to the test resources folder
testsHtml - Variable in class net.jangaroo.jooc.mvnplugin.test.JooTestMojo
the tests.html file relative to the test resources folder
testSourceDirectory - Variable in class net.jangaroo.jooc.mvnplugin.test.JooTestMojo
Source directory to scan for files to compile.
Types - Class in net.jangaroo.jooc.mvnplugin
 
Types() - Constructor for class net.jangaroo.jooc.mvnplugin.Types
 

U

unpack(File) - Method in class net.jangaroo.jooc.mvnplugin.PackageApplicationMojo
 
unpack(Artifact, File) - Method in class net.jangaroo.jooc.mvnplugin.PackageApplicationMojo
 

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
 
writeThisJangarooModuleScript(File, Writer) - Method in class net.jangaroo.jooc.mvnplugin.PackageApplicationMojo
 
writeThisJangarooModuleScript(File, Writer) - Method in class net.jangaroo.jooc.mvnplugin.test.JooGenerateTestResourcesMojo
 

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

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