org.codehaus.plexus.appserver.application.deploy.lifecycle.phase
Class CreateApplicationDescriptorPhase

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.codehaus.plexus.appserver.AppServerObject
          extended byorg.codehaus.plexus.appserver.application.deploy.lifecycle.phase.CreateApplicationDescriptorPhase
All Implemented Interfaces:
AppDeploymentPhase, org.codehaus.plexus.logging.LogEnabled

public class CreateApplicationDescriptorPhase
extends AppServerObject
implements AppDeploymentPhase

Author:
Jason van Zyl

Field Summary
 
Fields inherited from interface org.codehaus.plexus.appserver.application.deploy.lifecycle.phase.AppDeploymentPhase
ROLE
 
Constructor Summary
CreateApplicationDescriptorPhase()
           
 
Method Summary
 void execute(AppDeploymentContext context)
           
 
Methods inherited from class org.codehaus.plexus.appserver.AppServerObject
expand
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateApplicationDescriptorPhase

public CreateApplicationDescriptorPhase()
Method Detail

execute

public void execute(AppDeploymentContext context)
             throws AppDeploymentException
Specified by:
execute in interface AppDeploymentPhase
Throws:
AppDeploymentException


Copyright 2001-2001-2006 Codehaus. All Rights Reserved.