org.apache.maven.plugin.coreit
Class ThrowMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.coreit.ThrowMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class ThrowMojo
- extends org.apache.maven.plugin.AbstractMojo
"Throw" a parameter into the plugin context, for the "catch" mojo to
pickup and process.
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THROWN_PARAMETER
public static final java.lang.String THROWN_PARAMETER
- See Also:
- Constant Field Values
ThrowMojo
public ThrowMojo()
setValue
public void setValue(java.lang.String value)
getValue
public java.lang.String getValue()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.