org.kuali.common.deploy
Class TomcatApplicationServer

java.lang.Object
  extended by org.kuali.common.deploy.TomcatApplicationServer
All Implemented Interfaces:
ApplicationServer

public class TomcatApplicationServer
extends Object
implements ApplicationServer


Constructor Summary
TomcatApplicationServer()
           
 
Method Summary
 org.kuali.common.util.secure.SecureChannel getChannel()
           
 List<Deployable> getDeployables()
           
 List<String> getDirsToCreate()
           
 Properties getFilterProperties()
           
 String getGroup()
           
 org.kuali.common.util.execute.Executable getHttpWait()
           
 List<String> getPathsToChown()
           
 List<String> getPathsToDelete()
           
 String getShutdown()
           
 String getStartup()
           
 String getUsername()
           
 boolean isSkipFiles()
           
 boolean isValidateShutdownExitValue()
           
 void prepare()
           
 void setChannel(org.kuali.common.util.secure.SecureChannel channel)
           
 void setDeployables(List<Deployable> deployables)
           
 void setDirsToCreate(List<String> dirsToCreate)
           
 void setFilterProperties(Properties filterProperties)
           
 void setGroup(String group)
           
 void setHttpWait(org.kuali.common.util.execute.Executable httpWait)
           
 void setPathsToChown(List<String> pathsToChown)
           
 void setPathsToDelete(List<String> pathsToDelete)
           
 void setShutdown(String shutdown)
           
 void setSkipFiles(boolean skipFiles)
           
 void setStartup(String startup)
           
 void setUsername(String username)
           
 void setValidateShutdownExitValue(boolean validateShutdownExitValue)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatApplicationServer

public TomcatApplicationServer()
Method Detail

stop

public void stop()
Specified by:
stop in interface ApplicationServer

prepare

public void prepare()
Specified by:
prepare in interface ApplicationServer

start

public void start()
Specified by:
start in interface ApplicationServer

isValidateShutdownExitValue

public boolean isValidateShutdownExitValue()

setValidateShutdownExitValue

public void setValidateShutdownExitValue(boolean validateShutdownExitValue)

getChannel

public org.kuali.common.util.secure.SecureChannel getChannel()

setChannel

public void setChannel(org.kuali.common.util.secure.SecureChannel channel)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getShutdown

public String getShutdown()

setShutdown

public void setShutdown(String shutdown)

getStartup

public String getStartup()

setStartup

public void setStartup(String startup)

getGroup

public String getGroup()

setGroup

public void setGroup(String group)

getPathsToDelete

public List<String> getPathsToDelete()

setPathsToDelete

public void setPathsToDelete(List<String> pathsToDelete)

getDirsToCreate

public List<String> getDirsToCreate()

setDirsToCreate

public void setDirsToCreate(List<String> dirsToCreate)

getPathsToChown

public List<String> getPathsToChown()

setPathsToChown

public void setPathsToChown(List<String> pathsToChown)

getDeployables

public List<Deployable> getDeployables()

setDeployables

public void setDeployables(List<Deployable> deployables)

isSkipFiles

public boolean isSkipFiles()

setSkipFiles

public void setSkipFiles(boolean skipFiles)

getFilterProperties

public Properties getFilterProperties()

setFilterProperties

public void setFilterProperties(Properties filterProperties)

getHttpWait

public org.kuali.common.util.execute.Executable getHttpWait()

setHttpWait

public void setHttpWait(org.kuali.common.util.execute.Executable httpWait)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.