public class CanInstallDhsCommand extends AbstractInstallerCommand
hubConfig, serverVersion| Constructor and Description |
|---|
CanInstallDhsCommand() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
canInstallDhs, canInstallDhs, getServerMajorVersion, initializeProject, verifyUserCanAuthenticatepublic void run(org.springframework.context.ApplicationContext context,
Options options)
InstallerCommand