Uses of Interface
org.apache.maven.plugin.Mojo

Packages that use Mojo
org.apache.maven.plugin   
org.apache.maven.script.ant   
org.apache.maven.script.beanshell   
 

Uses of Mojo in org.apache.maven.plugin
 

Classes in org.apache.maven.plugin that implement Mojo
 class AbstractMojo
          Abstract class to provide most of the infrastructure required to implement a Mojo except for the execute method.
 

Uses of Mojo in org.apache.maven.script.ant
 

Classes in org.apache.maven.script.ant that implement Mojo
 class AntMojoWrapper
           
 

Uses of Mojo in org.apache.maven.script.beanshell
 

Classes in org.apache.maven.script.beanshell that implement Mojo
 class BeanshellMojoAdapter
          Mojo adapter for a Beanshell Mojo.
 

Constructors in org.apache.maven.script.beanshell with parameters of type Mojo
BeanshellMojoAdapter(Mojo mojo, bsh.Interpreter interpreter)
           
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.