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.prompts(InstallType installType,
Map<String,String> defaultValues)
Prompts for the settings or options.
|