public interface CommandBuilder
Modifier and Type | Method and Description |
---|---|
String[] |
buildExecutionCommand(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request,
Map<String,String> args)
Builds the execution command for an application.
|
String[] buildExecutionCommand(org.springframework.cloud.deployer.spi.core.AppDeploymentRequest request, Map<String,String> args)
request
- the request for the application to executeargs
- the properties to use when building the execution commandCopyright © 2017 Pivotal Software, Inc.. All rights reserved.