Interface | Description |
---|---|
AbstractLocalDeployerSupport.Instance | |
CommandBuilder |
Strategy interface for Execution Command builder.
|
Class | Description |
---|---|
AbstractLocalDeployerSupport |
Base class for local app deployer and task launcher providing support for
common functionality.
|
DockerCommandBuilder |
Command builder used to craft the command used when running apps inside docker containers.
|
JavaCommandBuilder | |
LocalAppDeployer |
An
AppDeployer implementation that spins off a new JVM process per app
instance. |
LocalDeployerAutoConfiguration |
Creates a
LocalAppDeployer and LocalTaskLauncher |
LocalDeployerProperties |
Configuration properties for the local deployer.
|
LocalDeployerProperties.Docker | |
LocalDeployerProperties.PortRange | |
LocalDeployerUtils |
Deployer utility functions.
|
LocalTaskLauncher |
A
TaskLauncher implementation that spins off a new JVM process per task launch. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.