Package | Description |
---|---|
org.safs.install |
Modifier and Type | Field and Description |
---|---|
protected InstallerImpl.BIT_OPTION |
ProductDetectorDefault.productBit
The product's bit, 32 or 64.
|
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.List<InstallerImpl.BIT_OPTION> |
SilentInstaller.installStafPreferredList
Keep a list of STAF-bitness (32, 64) to install, the last one is preferred and
will be installed at the last moment to override the environments set by the previous installation.
|
Modifier and Type | Method and Description |
---|---|
InstallerImpl.BIT_OPTION |
ProductDetectorDefault.getProductBit() |
InstallerImpl.BIT_OPTION |
IProductDetector.getProductBit() |
static InstallerImpl.BIT_OPTION |
InstallerImpl.BIT_OPTION.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstallerImpl.BIT_OPTION[] |
InstallerImpl.BIT_OPTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductDetectorDefault.setProductBit(InstallerImpl.BIT_OPTION productBit) |
void |
IProductDetector.setProductBit(InstallerImpl.BIT_OPTION productBit) |
Constructor and Description |
---|
ProductDetectorDefault(InstallerImpl.BIT_OPTION productBit) |
Copyright © SAS Institute. All Rights Reserved.