org.terracotta.maven.plugins.tc
Class AbstractDsoMojo.CargoStartable

java.lang.Object
  extended by org.terracotta.maven.plugins.tc.AbstractDsoMojo.CargoStartable
All Implemented Interfaces:
AbstractDsoMojo.Startable
Enclosing class:
AbstractDsoMojo

public class AbstractDsoMojo.CargoStartable
extends java.lang.Object
implements AbstractDsoMojo.Startable


Constructor Summary
AbstractDsoMojo.CargoStartable(java.lang.String nodeName, org.codehaus.cargo.container.InstalledLocalContainer container)
           
 
Method Summary
 java.lang.String getNodeName()
           
 void start(boolean wait)
           
 void stop()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractDsoMojo.CargoStartable

public AbstractDsoMojo.CargoStartable(java.lang.String nodeName,
                                      org.codehaus.cargo.container.InstalledLocalContainer container)
Method Detail

start

public void start(boolean wait)
Specified by:
start in interface AbstractDsoMojo.Startable

stop

public void stop()
Specified by:
stop in interface AbstractDsoMojo.Startable

getNodeName

public java.lang.String getNodeName()
Specified by:
getNodeName in interface AbstractDsoMojo.Startable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.