@Validated @ConfigurationProperties(prefix="spring.cloud.deployer.local") public class LocalDeployerProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LocalDeployerProperties.PortRange |
Modifier and Type | Field and Description |
---|---|
static String |
DEBUG_PORT
Remote debugging property allowing one to specify port for the remote debug session.
|
static String |
DEBUG_SUSPEND
Remote debugging property allowing one to specify if the startup of the application
should be suspended until remote debug session is established.
|
static String |
INHERIT_LOGGING
Deployer property allowing logging to be redirected to the output stream of the process
that triggered child process.
|
static String |
PREFIX
Top level prefix for local deployer configuration properties.
|
Constructor and Description |
---|
LocalDeployerProperties() |
Modifier and Type | Method and Description |
---|---|
String[] |
getEnvVarsToInherit() |
String |
getJavaCmd() |
String |
getJavaOpts() |
int |
getMaximumConcurrentTasks() |
LocalDeployerProperties.PortRange |
getPortRange() |
int |
getShutdownTimeout() |
Path |
getWorkingDirectoriesRoot() |
boolean |
isDeleteFilesOnExit() |
boolean |
isUseSpringApplicationJson() |
void |
setDeleteFilesOnExit(boolean deleteFilesOnExit) |
void |
setEnvVarsToInherit(String[] envVarsToInherit) |
void |
setJavaCmd(String javaCmd) |
void |
setJavaOpts(String javaOpts) |
void |
setMaximumConcurrentTasks(int maximumConcurrentTasks) |
LocalDeployerProperties |
setShutdownTimeout(int shutdownTimeout) |
void |
setUseSpringApplicationJson(boolean useSpringApplicationJson) |
void |
setWorkingDirectoriesRoot(String workingDirectoriesRoot) |
String |
toString() |
public static final String PREFIX
public static final String INHERIT_LOGGING
public static final String DEBUG_PORT
public static final String DEBUG_SUSPEND
public String getJavaCmd()
public void setJavaCmd(String javaCmd)
public Path getWorkingDirectoriesRoot()
public void setWorkingDirectoriesRoot(String workingDirectoriesRoot)
public boolean isDeleteFilesOnExit()
public void setDeleteFilesOnExit(boolean deleteFilesOnExit)
public String[] getEnvVarsToInherit()
public void setEnvVarsToInherit(String[] envVarsToInherit)
public int getShutdownTimeout()
public LocalDeployerProperties setShutdownTimeout(int shutdownTimeout)
public String getJavaOpts()
public void setJavaOpts(String javaOpts)
public boolean isUseSpringApplicationJson()
public void setUseSpringApplicationJson(boolean useSpringApplicationJson)
public LocalDeployerProperties.PortRange getPortRange()
public int getMaximumConcurrentTasks()
public void setMaximumConcurrentTasks(int maximumConcurrentTasks)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.