@ConfigurationProperties(prefix="deployer.local") public class OutOfProcessModuleDeployerProperties extends Object
OutOfProcessModuleDeployer.| Constructor and Description |
|---|
OutOfProcessModuleDeployerProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaCmd() |
Path |
getWorkingDirectoriesRoot() |
boolean |
isDeleteFilesOnExit() |
boolean |
isUseOutOfProcess() |
void |
setDeleteFilesOnExit(boolean deleteFilesOnExit) |
void |
setJavaCmd(String javaCmd) |
void |
setUseOutOfProcess(boolean useOutOfProcess) |
void |
setWorkingDirectoriesRoot(Path workingDirectoriesRoot) |
public OutOfProcessModuleDeployerProperties()
public String getJavaCmd()
public void setJavaCmd(String javaCmd)
public boolean isUseOutOfProcess()
public void setUseOutOfProcess(boolean useOutOfProcess)
public Path getWorkingDirectoriesRoot()
public void setWorkingDirectoriesRoot(Path workingDirectoriesRoot)
public boolean isDeleteFilesOnExit()
public void setDeleteFilesOnExit(boolean deleteFilesOnExit)
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.