| Modifier and Type | Method and Description |
|---|---|
static DeployCommandParameters |
Application.Duck.getDeployParameters(Application app,
ApplicationRef appRef) |
DeployCommandParameters |
Application.getDeployParameters(ApplicationRef appRef) |
| Modifier and Type | Method and Description |
|---|---|
ReadableArchive |
ArchiveFactory.openArchive(File path,
DeployCommandParameters properties)
It first consults
ReadableArchiveFactory to get an archive, if it does not get then delegates to
ArchiveFactory.openArchive(java.net.URI). |
| Modifier and Type | Class and Description |
|---|---|
class |
DeployRemoteArchiveCommand |
| Modifier and Type | Method and Description |
|---|---|
ReadableArchive |
ReadableArchiveFactory.open(URI archivePath,
DeployCommandParameters commandProperties)
Gives a ReadableArchive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeployCommand
Deploy command
|
class |
DeployDirCommand
deploydir command
|
class |
InstanceDeployCommand
The deploy command that runs on instance
|
class |
InstanceDeployCommandParameters
Parameters for the remote instance deploy command, beyond the ones already
defined for the DAS DeployCommand.
|
class |
PostDeployCommand
Causes InstanceDeployCommand executions on the correct remote instances.
|
class |
ReDeployCommand
ReDeploy command
|
class |
ValidateRemoteDirDeploymentCommand
Makes sure that, if a deployment is a directory deployment to a non-DAS
target, that all targeted instances "see" the same files in the specified
deployment directory as the DAS sees.
|
| Modifier and Type | Method and Description |
|---|---|
String |
EmbeddedDeployer.deploy(File archive,
DeployCommandParameters params)
Deploys a file or directory to the servers passing the deployment command parameters
Starts the server if it is not started yet.
|
String |
EmbeddedDeployer.deploy(ReadableArchive archive,
DeployCommandParameters params)
Deploys an archive abstraction to the servers passing the deployment command parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
EmbeddedDeployerImpl.deploy(File archive,
DeployCommandParameters params) |
String |
EmbeddedDeployerImpl.deploy(ReadableArchive archive,
DeployCommandParameters params) |
Copyright © 2017. All rights reserved.