Uses of Class
org.codehaus.groovy.maven.plugin.MojoSupport

Packages that use MojoSupport
org.codehaus.groovy.maven.plugin   
org.codehaus.groovy.maven.plugin.compile   
org.codehaus.groovy.maven.plugin.execute   
org.codehaus.groovy.maven.plugin.stubgen   
org.codehaus.groovy.maven.plugin.tools   
 

Uses of MojoSupport in org.codehaus.groovy.maven.plugin
 

Subclasses of MojoSupport in org.codehaus.groovy.maven.plugin
 class CompilerMojoSupport
          Support for compile mojos (class and stub gen).
 class ComponentMojoSupport
          Support for Mojo implementations which delegate to a feature component.
 class ProviderMojoSupport
          Provides support for Mojo implementations which need to have access to a Provider instances.
 

Uses of MojoSupport in org.codehaus.groovy.maven.plugin.compile
 

Subclasses of MojoSupport in org.codehaus.groovy.maven.plugin.compile
 class AbstractCompileMojo
          Support for compile mojos that generate classes.
 class CompileMojo
          Compiles Groovy sources.
 class TestCompileMojo
          Compiles Groovy test sources.
 

Uses of MojoSupport in org.codehaus.groovy.maven.plugin.execute
 

Subclasses of MojoSupport in org.codehaus.groovy.maven.plugin.execute
 class ExecuteMojo
          Executes a Groovy script.
 

Uses of MojoSupport in org.codehaus.groovy.maven.plugin.stubgen
 

Subclasses of MojoSupport in org.codehaus.groovy.maven.plugin.stubgen
 class AbstractGenerateStubsMojo
          Support for Java stub generation mojos.
 class GenerateStubsMojo
          Generate Java stubs from Groovy sources.
 class GenerateTestStubsMojo
          Generate Java stubs from Groovy test sources.
 

Uses of MojoSupport in org.codehaus.groovy.maven.plugin.tools
 

Subclasses of MojoSupport in org.codehaus.groovy.maven.plugin.tools
 class ConsoleMojo
          Launches the Groovy GUI console.
 class ProvidersMojo
          Displays information about the Groovy runtime providers which are configured and selected.
 class ShellMojo
          Launches the Groovy Shell (aka.
 



Copyright © 2006-2009 Codehaus. All Rights Reserved.