A B C D G I L O R S T U 

A

AbstractLocalDeployerSupport - Class in org.springframework.cloud.deployer.spi.local
Base class for local app deployer and task launcher providing support for common functionality.
AbstractLocalDeployerSupport(LocalDeployerProperties) - Constructor for class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Instantiates a new abstract deployer support.
AbstractLocalDeployerSupport.Instance - Interface in org.springframework.cloud.deployer.spi.local
 
appDeployer(LocalDeployerProperties) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerAutoConfiguration
 

B

buildProcessBuilder(AppDeploymentRequest, Map<String, String>) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Builds the process builder.

C

cancel(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 

D

deploy(AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 

G

getBaseUrl() - Method in interface org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport.Instance
 
getEnvVarsToInherit() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getJavaCmd() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getLocalDeployerProperties() - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Gets the local deployer properties.
getProcess() - Method in interface org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport.Instance
 
getShutdownTimeout() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
getWorkingDirectoriesRoot() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 

I

isAlive(Process) - Static method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
 
isDeleteFilesOnExit() - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 

L

launch(AppDeploymentRequest) - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 
LocalAppDeployer - Class in org.springframework.cloud.deployer.spi.local
An AppDeployer implementation that spins off a new JVM process per app instance.
LocalAppDeployer(LocalDeployerProperties) - Constructor for class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
Instantiates a new local app deployer.
LocalDeployerAutoConfiguration - Class in org.springframework.cloud.deployer.spi.local
LocalDeployerAutoConfiguration() - Constructor for class org.springframework.cloud.deployer.spi.local.LocalDeployerAutoConfiguration
 
LocalDeployerProperties - Class in org.springframework.cloud.deployer.spi.local
Configuration properties for the local deployer.
LocalDeployerProperties() - Constructor for class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
LocalTaskLauncher - Class in org.springframework.cloud.deployer.spi.local
A TaskLauncher implementation that spins off a new JVM process per task launch.
LocalTaskLauncher(LocalDeployerProperties) - Constructor for class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
Instantiates a new local task launcher.

O

org.springframework.cloud.deployer.spi.local - package org.springframework.cloud.deployer.spi.local
 

R

retainEnvVars(Set<String>) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Retain the environment variable strings in the provided set indicated by getEnvVarsToInherit().

S

setDeleteFilesOnExit(boolean) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setEnvVarsToInherit(String[]) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setJavaCmd(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setShutdownTimeout(int) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
setWorkingDirectoriesRoot(Path) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerProperties
 
shutdown() - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 
shutdown() - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 
shutdownAndWait(AbstractLocalDeployerSupport.Instance) - Method in class org.springframework.cloud.deployer.spi.local.AbstractLocalDeployerSupport
Shut down the Process backing the application AbstractLocalDeployerSupport.Instance.
status(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 
status(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalTaskLauncher
 

T

taskLauncher(LocalDeployerProperties) - Method in class org.springframework.cloud.deployer.spi.local.LocalDeployerAutoConfiguration
 

U

undeploy(String) - Method in class org.springframework.cloud.deployer.spi.local.LocalAppDeployer
 
A B C D G I L O R S T U 

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.