org.apache.maven.plugin
Class AbstractMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
- public abstract class AbstractMojo
- extends Object
- implements Mojo, ContextEnabled
- Version:
- $Id: AbstractMojo.java 292023 2005-09-27 19:49:37Z jdcasey $
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
AbstractMojo
public AbstractMojo()
setLog
public void setLog(Log log)
- Specified by:
setLog
in interface Mojo
getLog
public Log getLog()
- Specified by:
getLog
in interface Mojo
getPluginContext
public Map getPluginContext()
- Specified by:
getPluginContext
in interface ContextEnabled
setPluginContext
public void setPluginContext(Map pluginContext)
- Specified by:
setPluginContext
in interface ContextEnabled
Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.