public class HubAppDeployer
extends com.marklogic.appdeployer.impl.SimpleAppDeployer
| Constructor and Description |
|---|
HubAppDeployer(com.marklogic.mgmt.ManageClient manageClient,
com.marklogic.mgmt.admin.AdminManager adminManager,
HubDeployStatusListener listener,
com.marklogic.client.DatabaseClient databaseClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(com.marklogic.appdeployer.AppConfig appConfig) |
protected void |
executeCommand(com.marklogic.appdeployer.command.Command command,
com.marklogic.appdeployer.command.CommandContext context) |
protected void |
reportStatus(com.marklogic.appdeployer.command.Command command) |
void |
undeploy(com.marklogic.appdeployer.AppConfig appConfig) |
protected void |
undoCommand(com.marklogic.appdeployer.command.UndoableCommand command,
com.marklogic.appdeployer.command.CommandContext context) |
buildModifiableCommandList, getCommand, getCommandOfType, getCommands, removeCommand, setCommandspublic HubAppDeployer(com.marklogic.mgmt.ManageClient manageClient,
com.marklogic.mgmt.admin.AdminManager adminManager,
HubDeployStatusListener listener,
com.marklogic.client.DatabaseClient databaseClient)
public void deploy(com.marklogic.appdeployer.AppConfig appConfig)
deploy in interface com.marklogic.appdeployer.AppDeployerdeploy in class com.marklogic.appdeployer.impl.AbstractAppDeployerprotected void executeCommand(com.marklogic.appdeployer.command.Command command,
com.marklogic.appdeployer.command.CommandContext context)
executeCommand in class com.marklogic.appdeployer.impl.AbstractAppDeployerpublic void undeploy(com.marklogic.appdeployer.AppConfig appConfig)
undeploy in interface com.marklogic.appdeployer.AppDeployerundeploy in class com.marklogic.appdeployer.impl.AbstractAppDeployerprotected void undoCommand(com.marklogic.appdeployer.command.UndoableCommand command,
com.marklogic.appdeployer.command.CommandContext context)
undoCommand in class com.marklogic.appdeployer.impl.AbstractAppDeployerprotected void reportStatus(com.marklogic.appdeployer.command.Command command)