org.codehaus.plexus.application.event
Class DefaultDeployEvent

java.lang.Object
  extended byorg.codehaus.plexus.application.event.DefaultDeployEvent
All Implemented Interfaces:
DeployEvent

public class DefaultDeployEvent
extends java.lang.Object
implements DeployEvent

Signals an (un/re)deployment event;

Since:
Jul 17, 2004
Author:
Dan Diephouse

Field Summary
private  ApplicationRuntimeProfile runtimeProfile
           
 
Constructor Summary
DefaultDeployEvent(ApplicationRuntimeProfile runtimeProfile)
           
 
Method Summary
 ApplicationRuntimeProfile getRuntimeProfile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runtimeProfile

private ApplicationRuntimeProfile runtimeProfile
Constructor Detail

DefaultDeployEvent

public DefaultDeployEvent(ApplicationRuntimeProfile runtimeProfile)
Method Detail

getRuntimeProfile

public ApplicationRuntimeProfile getRuntimeProfile()
Specified by:
getRuntimeProfile in interface DeployEvent