org.codehaus.mojo.hibernate3
Class InstrumentExporterMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.hibernate3.AbstractHibernateMojo
org.codehaus.mojo.hibernate3.InstrumentExporterMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, HibernateMojo
public final class InstrumentExporterMojo
- extends AbstractHibernateMojo
Goal for "cglib" or "javassist" instrumentation.
|
Field Summary |
protected org.codehaus.plexus.configuration.PlexusConfiguration |
instrument
The "instrument" element containing the plugin configuration. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
org.codehaus.plexus.configuration.PlexusConfiguration |
getConfiguration()
Returns the PlexusConfiguration for this goal. |
String |
getGoalName()
Returns the name for this goal. |
| 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 |
instrument
protected org.codehaus.plexus.configuration.PlexusConfiguration instrument
- The "instrument" element containing the plugin configuration.
InstrumentExporterMojo
public InstrumentExporterMojo()
getConfiguration
public org.codehaus.plexus.configuration.PlexusConfiguration getConfiguration()
throws org.apache.maven.plugin.MojoExecutionException
- Description copied from interface:
HibernateMojo
- Returns the PlexusConfiguration for this goal.
- Returns:
- PlexusConfiguration
- Throws:
org.apache.maven.plugin.MojoExecutionException- See Also:
HibernateMojo.getConfiguration()
getGoalName
public String getGoalName()
- Description copied from interface:
HibernateMojo
- Returns the name for this goal.
- Returns:
- String
- See Also:
HibernateMojo.getGoalName()
Copyright © 2005-2012 Codehaus. All Rights Reserved.