org.apache.geronimo.mavenplugins.geronimo.server
Class RunClientMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.pluginsupport.MojoSupport
org.codehaus.mojo.pluginsupport.ant.AntMojoSupport
org.apache.geronimo.mavenplugins.geronimo.GeronimoMojoSupport
org.apache.geronimo.mavenplugins.geronimo.reporting.ReportingMojoSupport
org.apache.geronimo.mavenplugins.geronimo.server.RunClientMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
public class RunClientMojo
- extends ReportingMojoSupport
Execute application client.
- Version:
- $Rev: 936151 $ $Date: 2010-04-21 11:43:03 +0800 (Wed, 21 Apr 2010) $
|
Field Summary |
protected java.lang.String[] |
arg
The arguments |
protected java.lang.String |
moduleId
The id of the client module to be executed |
| Fields inherited from class org.codehaus.mojo.pluginsupport.ant.AntMojoSupport |
ant |
| Fields inherited from class org.codehaus.mojo.pluginsupport.MojoSupport |
container, log |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
protected void |
doExecute()
|
protected java.lang.String |
getFullClassName()
Sub-class must override to provide the goal name. |
| Methods inherited from class org.codehaus.mojo.pluginsupport.ant.AntMojoSupport |
createFileSet, createTask, inheritProperties, init, initAntLogger, mkdir, setProperty, setSystemProperty, setSystemProperty |
| Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport |
contextualize, createArtifact, getArtifact, getArtifactFactory, getArtifactResolver, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, resolveArtifact, resolveArtifact |
| 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 |
moduleId
protected java.lang.String moduleId
- The id of the client module to be executed
arg
protected java.lang.String[] arg
- The arguments
RunClientMojo
public RunClientMojo()
doExecute
protected void doExecute()
throws java.lang.Exception
- Overrides:
doExecute in class org.codehaus.mojo.pluginsupport.MojoSupport
- Throws:
java.lang.Exception
getFullClassName
protected java.lang.String getFullClassName()
- Description copied from class:
ReportingMojoSupport
- Sub-class must override to provide the goal name.
- Specified by:
getFullClassName in class ReportingMojoSupport
- Returns:
- The name of the goal.
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.