|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.module.ModuleMojoSupport org.apache.geronimo.mavenplugins.geronimo.module.StartStopUndeployMojoSupport
public abstract class StartStopUndeployMojoSupport
Support for start/stop/undeploy mojos.
Field Summary | |
---|---|
protected String |
moduleId
The id of the module to be started in the format of groupId/artifactId/version/type. |
Fields inherited from class org.apache.geronimo.mavenplugins.geronimo.module.ModuleMojoSupport |
---|
modules, stopOnFailure |
Fields inherited from class org.apache.geronimo.mavenplugins.geronimo.reporting.ReportingMojoSupport |
---|
logFile, logOutput, logOutputDirectory, reporters |
Fields inherited from class org.apache.geronimo.mavenplugins.geronimo.GeronimoMojoSupport |
---|
artifactRepository, hostname, password, port, project, username |
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 |
Constructor Summary | |
---|---|
StartStopUndeployMojoSupport()
|
Method Summary | |
---|---|
protected void |
init()
|
Methods inherited from class org.apache.geronimo.mavenplugins.geronimo.module.ModuleMojoSupport |
---|
findModules, getDeploymentManager, getModuleId, getNonRunningModules, isModuleStarted, logModules, logModules, startModule, stopModule, undeployModule, waitFor |
Methods inherited from class org.apache.geronimo.mavenplugins.geronimo.reporting.ReportingMojoSupport |
---|
execute, getFullClassName, getLogFile |
Methods inherited from class org.apache.geronimo.mavenplugins.geronimo.GeronimoMojoSupport |
---|
getArtifactRepository, getProject |
Methods inherited from class org.codehaus.mojo.pluginsupport.ant.AntMojoSupport |
---|
createFileSet, createTask, inheritProperties, initAntLogger, mkdir, setProperty, setSystemProperty, setSystemProperty |
Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport |
---|
contextualize, createArtifact, doExecute, 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 |
Field Detail |
---|
protected String moduleId
Constructor Detail |
---|
public StartStopUndeployMojoSupport()
Method Detail |
---|
protected void init() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
init
in class org.codehaus.mojo.pluginsupport.ant.AntMojoSupport
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |