org.codehaus.mojo.was6
Class AbstractServerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.was6.AbstractWas6Mojo
org.codehaus.mojo.was6.AbstractServerMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
- Direct Known Subclasses:
- WsStartServerMojo, WsStopServerMojo
public abstract class AbstractServerMojo
- extends AbstractWas6Mojo
Abstract base class for controlling servers.
- Author:
- David J. M. Karlsen
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
protected void |
configureBuildScript(org.dom4j.Document document)
Method to be implemented by subclasses for configuring their task. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractServerMojo
public AbstractServerMojo()
configureBuildScript
protected void configureBuildScript(org.dom4j.Document document)
throws MojoExecutionException
- Method to be implemented by subclasses for configuring their task.
- Specified by:
configureBuildScript
in class AbstractWas6Mojo
- Parameters:
document
- the build document.
- Throws:
MojoExecutionException
- if any failure occurs.
Copyright © 2007-2012 Codehaus. All Rights Reserved.