org.codehaus.plexus.application.event
Class DefaultDeployEvent

java.lang.Object
  extended by org.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

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
 

Constructor Detail

DefaultDeployEvent

public DefaultDeployEvent(ApplicationRuntimeProfile runtimeProfile)
Method Detail

getRuntimeProfile

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


Copyright © 2001-2011 Codehaus. All Rights Reserved.