org.kuali.common.deploy.spring
Class DeployConfig
java.lang.Object
org.kuali.common.deploy.spring.DeployConfig
@Configuration
@Import(value=SqlControllerConfig.class)
public class DeployConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployConfig
public DeployConfig()
getJdbcDriverArtifact
protected org.kuali.common.util.Artifact getJdbcDriverArtifact()
getpplicationArtifact
protected org.kuali.common.util.Artifact getpplicationArtifact()
getDeployContext
protected DeployContext getDeployContext()
kdoSecureChannel
@Bean
public org.kuali.common.util.secure.SecureChannel kdoSecureChannel()
getTomcatDeletes
protected List<String> getTomcatDeletes()
getTomcatCreates
protected List<String> getTomcatCreates()
getTomcatChowns
protected List<String> getTomcatChowns()
getTomcatDeployables
protected List<Deployable> getTomcatDeployables()
kdoFilterProperties
@Bean
public Properties kdoFilterProperties()
getApplicationServer
protected ApplicationServer getApplicationServer()
getSetEnv
protected Deployable getSetEnv()
getMachineAgentController
protected Deployable getMachineAgentController()
getServerAgentController
protected Deployable getServerAgentController()
getJsps
protected List<Deployable> getJsps()
getJdbcDriverFilename
protected String getJdbcDriverFilename()
getJdbcDriverPath
protected String getJdbcDriverPath()
getApplicationPath
protected String getApplicationPath()
getJdbcDriver
protected Deployable getJdbcDriver()
getApplication
protected Deployable getApplication()
getApplicationConfig
protected List<Deployable> getApplicationConfig()
getApplicationConfig
protected Deployable getApplicationConfig(String localKey)
getHttpWaitExecutable
protected org.kuali.common.http.HttpWaitExecutable getHttpWaitExecutable()
getMachineAgent
protected MachineAgent getMachineAgent()
getServerAgent
protected ServerAgent getServerAgent()
getMonitoring
protected Monitoring getMonitoring()
getSysAdminExecutable
protected SysAdminExecutable getSysAdminExecutable()
kdoDeployService
@Bean(initMethod="deploy")
public DeployService kdoDeployService()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.