public class JarDeployerFactory extends java.lang.Object implements DeployerFactory
DeployerFactory implementation.| Modifier and Type | Field and Description |
|---|---|
static int |
DEPENDENCY_ANALYZER |
| Constructor and Description |
|---|
JarDeployerFactory() |
| Modifier and Type | Method and Description |
|---|---|
Deployer |
newDeployer(int deploySequenceId, DeployShell shell)
Create and/or return an existing Deployer.
|
public Deployer newDeployer(int deploySequenceId, DeployShell shell)
DeployerFactorynewDeployer in interface DeployerFactorydeploySequenceId - sequence id for the task this deployer will perform.shell - context in which deployer should be created.