Uses of Class
org.kuali.common.deploy.Deployable

Packages that use Deployable
org.kuali.common.deploy   
org.kuali.common.deploy.appserver   
org.kuali.common.deploy.appserver.spring   
org.kuali.common.deploy.appserver.tomcat   
org.kuali.common.deploy.monitoring   
org.kuali.common.deploy.monitoring.spring   
org.kuali.common.deploy.spring   
 

Uses of Deployable in org.kuali.common.deploy
 

Methods in org.kuali.common.deploy that return Deployable
 Deployable Deployable.Builder.build()
           
 

Methods in org.kuali.common.deploy that return types with arguments of type Deployable
 List<Deployable> DeployContext.getConfigFiles()
           
 

Method parameters in org.kuali.common.deploy with type arguments of type Deployable
 DeployContext.Builder DeployContext.Builder.configFiles(List<Deployable> configFiles)
           
static void DeployUtils.copyFiles(org.kuali.common.util.secure.channel.SecureChannel channel, List<Deployable> deployables, Properties filterProperties)
           
 

Uses of Deployable in org.kuali.common.deploy.appserver
 

Methods in org.kuali.common.deploy.appserver that return types with arguments of type Deployable
 List<Deployable> TomcatApplicationServer.getDeployables()
           
 

Method parameters in org.kuali.common.deploy.appserver with type arguments of type Deployable
 void TomcatApplicationServer.setDeployables(List<Deployable> deployables)
           
 

Uses of Deployable in org.kuali.common.deploy.appserver.spring
 

Methods in org.kuali.common.deploy.appserver.spring that return Deployable
protected  Deployable TomcatConfig.getApplication()
           
protected  Deployable TomcatConfig.getSetEnv()
           
 

Methods in org.kuali.common.deploy.appserver.spring that return types with arguments of type Deployable
protected  com.google.common.base.Optional<Deployable> TomcatConfig.getJdbcDriver()
           
protected  List<Deployable> TomcatConfig.getJsps()
           
protected  List<Deployable> TomcatConfig.getTomcatDeployables()
           
 

Uses of Deployable in org.kuali.common.deploy.appserver.tomcat
 

Methods in org.kuali.common.deploy.appserver.tomcat that return Deployable
 Deployable TomcatScripts.getSetenv()
           
 

Methods in org.kuali.common.deploy.appserver.tomcat that return types with arguments of type Deployable
 List<Deployable> TomcatFiles.getLogsDirJsps()
           
 

Methods in org.kuali.common.deploy.appserver.tomcat with parameters of type Deployable
 TomcatScripts.Builder TomcatScripts.Builder.setenv(Deployable setenv)
           
 

Method parameters in org.kuali.common.deploy.appserver.tomcat with type arguments of type Deployable
 TomcatFiles.Builder TomcatFiles.Builder.logsDirJsps(List<Deployable> logsDirJsps)
           
 

Uses of Deployable in org.kuali.common.deploy.monitoring
 

Methods in org.kuali.common.deploy.monitoring that return Deployable
 Deployable ServerAgent.getController()
           
 Deployable MachineAgent.getController()
           
 

Methods in org.kuali.common.deploy.monitoring with parameters of type Deployable
 void MachineAgent.setController(Deployable controller)
           
 

Constructors in org.kuali.common.deploy.monitoring with parameters of type Deployable
ServerAgent(String appServerStartupOptions, Deployable controller, String baseDir, String logsDir)
           
 

Uses of Deployable in org.kuali.common.deploy.monitoring.spring
 

Methods in org.kuali.common.deploy.monitoring.spring that return Deployable
protected  Deployable AppDynamicsConfig.getMachineAgentController()
           
protected  Deployable AppDynamicsConfig.getServerAgentController()
           
 

Uses of Deployable in org.kuali.common.deploy.spring
 

Methods in org.kuali.common.deploy.spring that return Deployable
protected  Deployable DefaultDeployContextConfig.getApplicationConfig(String localKey)
           
 

Methods in org.kuali.common.deploy.spring that return types with arguments of type Deployable
protected  List<Deployable> DefaultDeployContextConfig.getApplicationConfig()
           
 



Copyright © 2004–2014 The Kuali Foundation. All rights reserved.