org.codehaus.mojo.jboss
Class StartAndWaitMojoDeprecated

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.jboss.AbstractJBossServerMojo
          extended by org.codehaus.mojo.jboss.StartMojo
              extended by org.codehaus.mojo.jboss.StartAndWaitMojo
                  extended by org.codehaus.mojo.jboss.StartAndWaitMojoDeprecated
All Implemented Interfaces:
ContextEnabled, Mojo

Deprecated. As of version 1.4, use the start-and-wait goal instead.

public class StartAndWaitMojoDeprecated
extends StartAndWaitMojo

Place holder to allow deprecated goal name to call start-and-wait.

Is defined by the goal name:
startAndWait

Field Summary
 
Fields inherited from class org.codehaus.mojo.jboss.StartAndWaitMojo
hostName, namingPort, ONE_SECOND, retry, retryWait, timeout
 
Fields inherited from class org.codehaus.mojo.jboss.StartMojo
STARTUP_COMMAND
 
Fields inherited from class org.codehaus.mojo.jboss.AbstractJBossServerMojo
jbossHome, options, serverName
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
StartAndWaitMojoDeprecated()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.codehaus.mojo.jboss.StartAndWaitMojo
execute, getInitialContext, isStarted, writeSecurityPolicy
 
Methods inherited from class org.codehaus.mojo.jboss.AbstractJBossServerMojo
checkConfig, dump, getPassword, getUsername, launch
 
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
 

Constructor Detail

StartAndWaitMojoDeprecated

public StartAndWaitMojoDeprecated()
Deprecated. 


Copyright © 2005-2010 Codehaus. All Rights Reserved.