A C D E G I L M O R S W

A

AbstractMojo - Class in org.apache.maven.plugin
Abstract class to provide most of the infrastructure required to implement a Mojo except for the execute method.
AbstractMojo() - Constructor for class org.apache.maven.plugin.AbstractMojo
 
AbstractMojoExecutionException - Exception in org.apache.maven.plugin
Base exception.
AbstractMojoExecutionException(String) - Constructor for exception org.apache.maven.plugin.AbstractMojoExecutionException
 
AbstractMojoExecutionException(String, Throwable) - Constructor for exception org.apache.maven.plugin.AbstractMojoExecutionException
 

C

ContextEnabled - Interface in org.apache.maven.plugin
Interface to allow Mojos to communicate with each others Mojos, other than project's source root and project's attachment.

D

debug(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
Send a message to the user in the debug error level.
debug(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send a message (and accompanying exception) to the user in the debug error level.
debug(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send an exception to the user in the debug error level.
debug(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
debug(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
debug(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 

E

error(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
Send a message to the user in the error error level.
error(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send a message (and accompanying exception) to the user in the error error level.
error(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send an exception to the user in the error error level.
error(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
error(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
error(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
execute() - Method in interface org.apache.maven.plugin.Mojo
Perform whatever build-process behavior this Mojo implements.

G

getLog() - Method in class org.apache.maven.plugin.AbstractMojo
Returns the logger that has been injected into this mojo.
getLog() - Method in interface org.apache.maven.plugin.Mojo
Furnish access to the standard Maven logging mechanism which is managed in this base class.
getLongMessage() - Method in exception org.apache.maven.plugin.AbstractMojoExecutionException
 
getPluginContext() - Method in class org.apache.maven.plugin.AbstractMojo
 
getPluginContext() - Method in interface org.apache.maven.plugin.ContextEnabled
 
getSource() - Method in exception org.apache.maven.plugin.AbstractMojoExecutionException
 

I

info(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
Send a message to the user in the info error level.
info(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send a message (and accompanying exception) to the user in the info error level.
info(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send an exception to the user in the info error level.
info(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
info(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
info(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
isDebugEnabled() - Method in interface org.apache.maven.plugin.logging.Log
 
isDebugEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
isErrorEnabled() - Method in interface org.apache.maven.plugin.logging.Log
 
isErrorEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
isInfoEnabled() - Method in interface org.apache.maven.plugin.logging.Log
 
isInfoEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
isWarnEnabled() - Method in interface org.apache.maven.plugin.logging.Log
 
isWarnEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 

L

Log - Interface in org.apache.maven.plugin.logging
This interface supplies the API for providing feedback to the user from the Mojo, using standard Maven channels.
longMessage - Variable in exception org.apache.maven.plugin.AbstractMojoExecutionException
 

M

Mojo - Interface in org.apache.maven.plugin
This interface forms the contract required for Mojos to interact with the Maven infrastructure.
MojoExecutionException - Exception in org.apache.maven.plugin
An exception occuring during the execution of a plugin.
MojoExecutionException(Object, String, String) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
Construct a new MojoExecutionException exception providing the source and a short and long message.
MojoExecutionException(String, Exception) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
Construct a new MojoExecutionException exception wrapping an underlying Exception and providing a message.
MojoExecutionException(String, Throwable) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
Construct a new MojoExecutionException exception wrapping an underlying Throwable and providing a message.
MojoExecutionException(String) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
Construct a new MojoExecutionException exception providing a message.
MojoFailureException - Exception in org.apache.maven.plugin
An exception occuring during the execution of a plugin (such as a compilation failure).
MojoFailureException(Object, String, String) - Constructor for exception org.apache.maven.plugin.MojoFailureException
Construct a new MojoFailureException exception providing the source and a short and long message.
MojoFailureException(String) - Constructor for exception org.apache.maven.plugin.MojoFailureException
Construct a new MojoFailureException exception providing a message.
MojoFailureException(String, Throwable) - Constructor for exception org.apache.maven.plugin.MojoFailureException
Construct a new MojoFailureException exception wrapping an underlying Throwable and providing a message.

O

org.apache.maven.plugin - package org.apache.maven.plugin
 
org.apache.maven.plugin.logging - package org.apache.maven.plugin.logging
 

R

ROLE - Static variable in interface org.apache.maven.plugin.Mojo
The component role hint for Plexus container

S

setLog(Log) - Method in class org.apache.maven.plugin.AbstractMojo
 
setLog(Log) - Method in interface org.apache.maven.plugin.Mojo
Inject a standard Maven logging mechanism to allow this Mojo to communicate events and feedback to the user.
setPluginContext(Map) - Method in class org.apache.maven.plugin.AbstractMojo
 
setPluginContext(Map) - Method in interface org.apache.maven.plugin.ContextEnabled
Set a new shared context Map to a mojo before executing it.
source - Variable in exception org.apache.maven.plugin.AbstractMojoExecutionException
 
SystemStreamLog - Class in org.apache.maven.plugin.logging
Logger with "standard" output and error output stream.
SystemStreamLog() - Constructor for class org.apache.maven.plugin.logging.SystemStreamLog
 

W

warn(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
Send a message to the user in the warn error level.
warn(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send a message (and accompanying exception) to the user in the warn error level.
warn(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Send an exception to the user in the warn error level.
warn(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
warn(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 
warn(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
 

A C D E G I L M O R S W

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