net.wasdev.wlp.maven.plugins.server
Class StopServerMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.pluginsupport.MojoSupport
          extended by net.wasdev.wlp.maven.plugins.AbstractLibertySupport
              extended by net.wasdev.wlp.maven.plugins.BasicSupport
                  extended by net.wasdev.wlp.maven.plugins.server.StartDebugMojoSupport
                      extended by net.wasdev.wlp.maven.plugins.server.StopServerMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

public class StopServerMojo
extends StartDebugMojoSupport

Stop a liberty server


Nested Class Summary
 
Nested classes/interfaces inherited from class net.wasdev.wlp.maven.plugins.BasicSupport
BasicSupport.InstallType
 
Field Summary
protected  long serverStopTimeout
          Timeout to verify stop successfully
 
Fields inherited from class net.wasdev.wlp.maven.plugins.server.StartDebugMojoSupport
bootstrapProperties, bootstrapPropertiesFile, configFile, jvmOptions, jvmOptionsFile, overwrite, serverEnv
 
Fields inherited from class net.wasdev.wlp.maven.plugins.BasicSupport
assemblyArchive, assemblyArtifact, assemblyInstallDirectory, installDirectory, installType, isInstall, messages, outputDirectory, refresh, serverDirectory, serverName, START_APP_MESSAGE_REGEXP, userDirectory
 
Fields inherited from class net.wasdev.wlp.maven.plugins.AbstractLibertySupport
ant, artifactRepository, project
 
Fields inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
container, log
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
StopServerMojo()
           
 
Method Summary
protected  void doExecute()
           
 
Methods inherited from class net.wasdev.wlp.maven.plugins.server.StartDebugMojoSupport
copyConfigFiles, copyConfigFiles, initializeJava
 
Methods inherited from class net.wasdev.wlp.maven.plugins.BasicSupport
checkServerDirectoryExists, checkServerHomeExists, init, installServerAssembly
 
Methods inherited from class net.wasdev.wlp.maven.plugins.AbstractLibertySupport
getArtifactRepository, getProject
 
Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
contextualize, createArtifact, execute, 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

serverStopTimeout

protected long serverStopTimeout
Timeout to verify stop successfully

Constructor Detail

StopServerMojo

public StopServerMojo()
Method Detail

doExecute

protected void doExecute()
                  throws Exception
Overrides:
doExecute in class org.codehaus.mojo.pluginsupport.MojoSupport
Throws:
Exception


Copyright © 2014. All Rights Reserved.