org.mevenide.netbeans.j2ee.deploy
Class DeployerRunner

java.lang.Object
  extended by org.mevenide.netbeans.j2ee.deploy.DeployerRunner
All Implemented Interfaces:
java.lang.Runnable

public class DeployerRunner
extends java.lang.Object
implements java.lang.Runnable

Author:
Milos Kleint (mkleint@codehaus.org)

Constructor Summary
DeployerRunner(org.codehaus.cargo.container.Container cont, java.lang.String depl, java.lang.String url, java.lang.String ctx)
          Creates a new instance of Deployer
DeployerRunner(org.codehaus.cargo.container.Container cont, org.codehaus.cargo.container.deployable.WAR existingWar)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployerRunner

public DeployerRunner(org.codehaus.cargo.container.Container cont,
                      java.lang.String depl,
                      java.lang.String url,
                      java.lang.String ctx)
Creates a new instance of Deployer


DeployerRunner

public DeployerRunner(org.codehaus.cargo.container.Container cont,
                      org.codehaus.cargo.container.deployable.WAR existingWar)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2005 The Codehaus. All Rights Reserved.