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, setCommands
public 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.AppDeployer
deploy
in class com.marklogic.appdeployer.impl.AbstractAppDeployer
protected void executeCommand(com.marklogic.appdeployer.command.Command command, com.marklogic.appdeployer.command.CommandContext context)
executeCommand
in class com.marklogic.appdeployer.impl.AbstractAppDeployer
public void undeploy(com.marklogic.appdeployer.AppConfig appConfig)
undeploy
in interface com.marklogic.appdeployer.AppDeployer
undeploy
in class com.marklogic.appdeployer.impl.AbstractAppDeployer
protected void undoCommand(com.marklogic.appdeployer.command.UndoableCommand command, com.marklogic.appdeployer.command.CommandContext context)
undoCommand
in class com.marklogic.appdeployer.impl.AbstractAppDeployer
protected void reportStatus(com.marklogic.appdeployer.command.Command command)