org.apache.jetspeed.deployment.impl
Class DeployDecoratorEventListener

java.lang.Object
  extended by org.apache.jetspeed.deployment.impl.DeployDecoratorEventListener
All Implemented Interfaces:
DeploymentEventListener

public class DeployDecoratorEventListener
extends java.lang.Object
implements DeploymentEventListener

DirectFolderEventListener

Version:
$Id: DeployDecoratorEventListener.java 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver

Field Summary
protected  java.lang.String deployToDir
           
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
DeployDecoratorEventListener(java.lang.String deployToDir)
           
 
Method Summary
 void initialize()
           
 void invokeDeploy(DeploymentEvent event)
           invokeDeploy
 void invokeUndeploy(java.io.File deployPathFile)
           invokeUndeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log

deployToDir

protected java.lang.String deployToDir
Constructor Detail

DeployDecoratorEventListener

public DeployDecoratorEventListener(java.lang.String deployToDir)
                             throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

initialize

public void initialize()
Specified by:
initialize in interface DeploymentEventListener

invokeDeploy

public void invokeDeploy(DeploymentEvent event)
                  throws DeploymentException

invokeDeploy

Specified by:
invokeDeploy in interface DeploymentEventListener
Parameters:
event -
Throws:
DeploymentException
See Also:
DeploymentEventListener.invokeDeploy(org.apache.jetspeed.deployment.DeploymentEvent)

invokeUndeploy

public void invokeUndeploy(java.io.File deployPathFile)
                    throws DeploymentException

invokeUndeploy

Throws:
DeploymentException


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.