public interface DeployerFactory
| Modifier and Type | Method and Description |
|---|---|
Deployer |
newDeployer(int deploymentSequenceId, DeployShell shell)
Create and/or return an existing Deployer.
|
Deployer newDeployer(int deploymentSequenceId, DeployShell shell)
deploymentSequenceId - sequence id for the task this deployer will perform.shell - context in which deployer should be created.