public interface InstallationProvider
Modifier and Type | Method and Description |
---|---|
InstallationOptions |
getCommandLineOptions(InstallType installType)
The command line options to use for the installation.
|
Set<String> |
getOptions()
Get a list of command options.
|
Map<String,String> |
prompts(InstallType installType,
Map<String,String> defaultValues)
Prompts for the settings or options.
|
boolean |
validOptions(Map<String,String> cmdLineOptions)
Checks if the options specified on the command-line are valid.
|
Map<String,String> prompts(InstallType installType, Map<String,String> defaultValues) throws Exception
Exception
InstallationOptions getCommandLineOptions(InstallType installType)
boolean validOptions(Map<String,String> cmdLineOptions) throws Exception
map
- containing the user specified options on the command-lineException