org.kuali.common.deploy.spring
Class DeployConfig

java.lang.Object
  extended by org.kuali.common.deploy.spring.DeployConfig

@Configuration
@Import(value=SqlControllerConfig.class)
public class DeployConfig
extends Object


Constructor Summary
DeployConfig()
           
 
Method Summary
protected  Deployable getApplication()
           
protected  List<Deployable> getApplicationConfig()
           
protected  Deployable getApplicationConfig(String localKey)
           
protected  String getApplicationPath()
           
protected  ApplicationServer getApplicationServer()
           
protected  DeployContext getDeployContext()
           
protected  org.kuali.common.http.HttpWaitExecutable getHttpWaitExecutable()
           
protected  Deployable getJdbcDriver()
           
protected  org.kuali.common.util.Artifact getJdbcDriverArtifact()
           
protected  String getJdbcDriverFilename()
           
protected  String getJdbcDriverPath()
           
protected  List<Deployable> getJsps()
           
protected  MachineAgent getMachineAgent()
           
protected  Deployable getMachineAgentController()
           
protected  Monitoring getMonitoring()
           
protected  org.kuali.common.util.Artifact getpplicationArtifact()
           
protected  ServerAgent getServerAgent()
           
protected  Deployable getServerAgentController()
           
protected  Deployable getSetEnv()
           
protected  SysAdminExecutable getSysAdminExecutable()
           
protected  List<String> getTomcatChowns()
           
protected  List<String> getTomcatCreates()
           
protected  List<String> getTomcatDeletes()
           
protected  List<Deployable> getTomcatDeployables()
           
 DeployService kdoDeployService()
           
 Properties kdoFilterProperties()
           
 org.kuali.common.util.secure.SecureChannel kdoSecureChannel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployConfig

public DeployConfig()
Method Detail

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.