org.kuali.common.deploy
Class TomcatApplicationServer
java.lang.Object
org.kuali.common.deploy.TomcatApplicationServer
- All Implemented Interfaces:
- ApplicationServer
public class TomcatApplicationServer
- extends Object
- implements ApplicationServer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomcatApplicationServer
public TomcatApplicationServer()
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.