Package | Description |
---|---|
oracle.dbtools.plugin.api.install |
Modifier and Type | Method and Description |
---|---|
static InstallType |
InstallType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstallType[] |
InstallType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InstallationOptions |
InstallationProvider.getCommandLineOptions(InstallType installType)
The command line options to use for the installation.
|
Map<String,String> |
InstallationProvider.nonInteractive(InstallType installType,
Map<String,String> cmdOptions)
Obtains the command options to update the configuration file and install/upgrade/configure ORDS
|
Map<String,String> |
InstallationProvider.prompts(InstallType installType,
Map<String,String> cmdOptions)
Prompts for the settings or options.
|
Map<String,String> |
InstallationProvider.prompts(InstallType installType,
Map<String,String> cmdOptions,
Map<String,ConfigurationSetting> settings)
Prompts for the settings or options.
|