public class InstallIntoDhsCommand extends AbstractInstallerCommand
hubConfig, serverVersion
Constructor and Description |
---|
InstallIntoDhsCommand() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<com.marklogic.appdeployer.command.Command> |
buildCommandsForDhs(Options options)
In the spirit of whitelisting, we'll only setup the commands that we know we need for installing DHF.
|
protected java.util.Properties |
buildDefaultProjectProperties(Options options)
Builds a default set of project properties based on assumptions of how DHS works.
|
protected void |
modifyHubConfigForDhs(java.lang.String groupName) |
void |
run(org.springframework.context.ApplicationContext context,
Options options)
A command is given an instance of a Spring container, which is expected to be constructed based on the
properties fed into the installer, and an Options instance that captures the options the user passed into the
installer.
|
protected void |
setDefaultPropertiesForSecureConnections(java.util.Properties props)
As of DHS 2.6.0, all connections to DHS require secure connections.
|
canInstallDhs, canInstallDhs, getServerMajorVersion, initializeProject, verifyUserCanAuthenticate
public void run(org.springframework.context.ApplicationContext context, Options options)
InstallerCommand
protected java.util.List<com.marklogic.appdeployer.command.Command> buildCommandsForDhs(Options options)
protected void modifyHubConfigForDhs(java.lang.String groupName)
protected java.util.Properties buildDefaultProjectProperties(Options options)
options
- protected void setDefaultPropertiesForSecureConnections(java.util.Properties props)
props
-