com.redstarhackers.craftsman.util
Class AutoDirDeployer

java.lang.Object
  extended by com.redstarhackers.craftsman.util.AutoDirDeployer
All Implemented Interfaces:
J2eeDeployer

public class AutoDirDeployer
extends java.lang.Object
implements J2eeDeployer

TODO Class summary sentence. Class documentation.

Version:
$Revision: 497 $
Author:
$Author: kostya $

Constructor Summary
AutoDirDeployer()
           
 
Method Summary
 void deploy(Task caller, java.io.File deployableFile)
           
 java.io.File getDeploymentDir()
           
 boolean isExploded()
           
 boolean isSuffixed()
           
 void setDeploymentDir(java.io.File deploymentDir)
           
 void setExploded(boolean exploded)
           
 void setSuffixed(boolean suffixed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoDirDeployer

public AutoDirDeployer()
Method Detail

deploy

public void deploy(Task caller,
                   java.io.File deployableFile)
Specified by:
deploy in interface J2eeDeployer

isExploded

public boolean isExploded()
Returns:
Returns the exploded.

setExploded

public void setExploded(boolean exploded)
Parameters:
exploded - The exploded to set.

isSuffixed

public boolean isSuffixed()
Returns:
Returns the suffixed.

setSuffixed

public void setSuffixed(boolean suffixed)
Parameters:
suffixed - The suffixed to set.

getDeploymentDir

public java.io.File getDeploymentDir()
Returns:
Returns the deploymentDir.

setDeploymentDir

public void setDeploymentDir(java.io.File deploymentDir)
Parameters:
deploymentDir - The deploymentDir to set.