All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.install.products.InstallConstants
java.lang.Object
|
+----com.sun.install.products.InstallConstants
- public class InstallConstants
- extends Object
The InstallContstants object contains constant values
used in install wizards. This object provides a
mechanism to perform compile-time checking of
values being passed between the client and the
wizard state.
-
alreadyInstalled
- Data key indexing various lookup sequences and stuff.
-
cmdLineLocales
- A data key indexing the command line specified locale vector
-
componentAltIDs
- A data key indexing non-localized alternate identifiers for
each component.
-
componentIDs
- A data key indexing non-localized identifiers for each component.
-
componentNames
- A data key indexing all available component names.
-
currentInstallDirectory
- A data key indexing the current installation directory.
-
currentLocale
- A data key indexing the current locale
-
customInstall
- Key for products that should default to "Custom Install" due to a dependency
check.
-
defaultComponents
- A data key indexing the default component selections.
-
defaultInstall
- Key for products that should default to "Default Install" due to a dependency
check.
-
defaultInstallDirectory
- A data key indexing the default installation directory.
-
defaultLocales
- A data key indexing the default locale selections.
-
defaultName
- A name to use for a product when no name is specified
-
existingFiles
- Lists files that are existing and will be overwritten.
-
FAILED
- Indicates a product and/or component failed install
-
frameTitle
- key for title of wizards window frame
-
frameUninstallTitle
- key for title of wizards window frame during uninstall
-
FULLY_UNINSTALLED
- Indicates a product and/or component was not installed
-
imageName
- Image which appears during install
-
initializeSequence
- A data key indexing the initialization sequence.
-
INSTALLED
- Indicates a product and/or component was installed
-
installedComponents
- A data key indexing the components that are already installed, according to the registry.
-
installedProducts
- A data key indexing a list of product preinstallation info.
-
installSequence
- A data key indexing the installation sequence.
-
islink
- A data key indexing a flag that indicates whether a product is
relocatable with a symlink or not.
-
isreloc
- A data key indexing a flag that indicates whether a product is
relocatable.
-
localeChangedSequence
- Data key indexing various lookup sequences and stuff.
-
localeIDs
- A data key indexing non-localized identifiers for each locale.
-
localeNames
- A data key indexing all available locale names.
-
logDir
- A data key indexing the parent directory for the log file(s).
-
needsReboot
- A data key indexing a flag that indicates whether the system
should be rebooted after a product is installed.
-
noInstall
- Key for products that should default to "No Install" due to a dependency
check.
-
NOT_INSTALLED
- Indicates a product and/or component was not installed
-
PARTIALLY_UNINSTALLED
- Indicates a product and/or component was not installed
-
productInstallTypes
- A data key indexing a list of product installation types.
-
productList
- A data key indexing a list of products.
-
productName
- A data key indexing the product's name.
-
productTree
- Used to find a reference to the product tree associated with each
wizard state
-
productTreeProxy
- Used to find a reference to the product tree proxy associated with each
wizard state.
-
rebootSequence
- A data key indexing the reboot sequence.
-
removeProduct
- Key for products that should not be displayed on the ProductPanel due
to a dependency check.
-
requiredComponentIDs
- A data key indexing the required component selections (their IDs)
-
selectedComponents
- A data key indexing the currently selected components.
-
selectedLocales
- A data key indexing the currently selected locales.
-
skip64BitSelectionPanel
-
A data key indicating whether the installer should skip the 64-bit Selection
panel or not.
-
skipDesktopPanel
-
A data key indicating whether the installer should skip the Desktop Selection
panel or not.
-
skipDirSel
- Skip Directory Selection panel key (set to true to skip the panel) .
-
skipInstallTypePanel
-
A data key indicating whether the installer should skip the
Install Type panel or not.
-
skipLocalePanel
-
A data key indicating whether the installer should skip the Locale Selection
panel or not.
-
standardInstall
- A data key indexing a flag that indicates either a standard (default)
installation or a custom installation.
-
stopOnError
- SoftwareComponent properties Key for products that should stop
installing after an install unit failure.
-
STOPPED
- Indicates a product and/or component was aborted/stopped
-
STOPPED_ON_ERROR
- Indicates a product and/or component was aborted/stopped
-
subDirs
- A data key indexing a list of subdirs that would need to be
created as soft links if a product was relocated.
-
systemLocale
- A data key indexing the system locale
-
topLogFile
- Top of hierarchy log file
-
uninstallDirKey
- A data key indexing the default installation directory.
-
uninstallerName
- A data key indexing the uninstaller archive name
-
unitLocales
- A data key indexing the locales found in units at run time
-
InstallConstants()
-
NOT_INSTALLED
public static int NOT_INSTALLED
- Indicates a product and/or component was not installed
PARTIALLY_UNINSTALLED
public static int PARTIALLY_UNINSTALLED
- Indicates a product and/or component was not installed
FULLY_UNINSTALLED
public static int FULLY_UNINSTALLED
- Indicates a product and/or component was not installed
INSTALLED
public static int INSTALLED
- Indicates a product and/or component was installed
FAILED
public static int FAILED
- Indicates a product and/or component failed install
STOPPED
public static int STOPPED
- Indicates a product and/or component was aborted/stopped
STOPPED_ON_ERROR
public static int STOPPED_ON_ERROR
- Indicates a product and/or component was aborted/stopped
productName
public static final String productName
- A data key indexing the product's name.
defaultInstallDirectory
public static final String defaultInstallDirectory
- A data key indexing the default installation directory.
uninstallDirKey
public static final String uninstallDirKey
- A data key indexing the default installation directory.
uninstallerName
public static final String uninstallerName
- A data key indexing the uninstaller archive name
currentInstallDirectory
public static final String currentInstallDirectory
- A data key indexing the current installation directory.
defaultComponents
public static final String defaultComponents
- A data key indexing the default component selections.
requiredComponentIDs
public static final String requiredComponentIDs
- A data key indexing the required component selections (their IDs)
selectedComponents
public static final String selectedComponents
- A data key indexing the currently selected components.
installedComponents
public static final String installedComponents
- A data key indexing the components that are already installed, according to the registry.
componentNames
public static final String componentNames
- A data key indexing all available component names.
componentIDs
public static final String componentIDs
- A data key indexing non-localized identifiers for each component.
currentLocale
public static final String currentLocale
- A data key indexing the current locale
defaultLocales
public static final String defaultLocales
- A data key indexing the default locale selections.
selectedLocales
public static final String selectedLocales
- A data key indexing the currently selected locales.
componentAltIDs
public static final String componentAltIDs
- A data key indexing non-localized alternate identifiers for
each component. An optional vector. If present, its used as
alternate ids to match to a "-components" command line specification.
unitLocales
public static final String unitLocales
- A data key indexing the locales found in units at run time
localeNames
public static final String localeNames
- A data key indexing all available locale names.
systemLocale
public static final String systemLocale
- A data key indexing the system locale
cmdLineLocales
public static final String cmdLineLocales
- A data key indexing the command line specified locale vector
localeIDs
public static final String localeIDs
- A data key indexing non-localized identifiers for each locale.
installSequence
public static final String installSequence
- A data key indexing the installation sequence.
initializeSequence
public static final String initializeSequence
- A data key indexing the initialization sequence.
rebootSequence
public static final String rebootSequence
- A data key indexing the reboot sequence.
alreadyInstalled
public static final String alreadyInstalled
- Data key indexing various lookup sequences and stuff.
localeChangedSequence
public static final String localeChangedSequence
- Data key indexing various lookup sequences and stuff.
skipDirSel
public static final String skipDirSel
- Skip Directory Selection panel key (set to true to skip the panel) .
standardInstall
public static final String standardInstall
- A data key indexing a flag that indicates either a standard (default)
installation or a custom installation.
isreloc
public static final String isreloc
- A data key indexing a flag that indicates whether a product is
relocatable.
islink
public static final String islink
- A data key indexing a flag that indicates whether a product is
relocatable with a symlink or not.
productTree
public static final String productTree
- Used to find a reference to the product tree associated with each
wizard state
productTreeProxy
public static final String productTreeProxy
- Used to find a reference to the product tree proxy associated with each
wizard state. The proxy is a ServerObject that facilitates client-server
communication between client panels and the product tree.
productList
public static final String productList
- A data key indexing a list of products. This list is used by
the ProductPanel to display a choice to not install, default
install, or custom install each available product.
productInstallTypes
public static final String productInstallTypes
- A data key indexing a list of product installation types. This
list is the same size and in the same order as the productList.
installedProducts
public static final String installedProducts
- A data key indexing a list of product preinstallation info.
If the product is installed already, it's 1, otherwise 0. This
list is the same size and in the same order as the productList.
existingFiles
public static final String existingFiles
- Lists files that are existing and will be overwritten. List could be
presented to user to verify overwrite.
defaultName
public static final String defaultName
- A name to use for a product when no name is specified
skipLocalePanel
public static final String skipLocalePanel
- A data key indicating whether the installer should skip the Locale Selection
panel or not. This is checked at runtime.
skip64BitSelectionPanel
public static final String skip64BitSelectionPanel
- A data key indicating whether the installer should skip the 64-bit Selection
panel or not. This is checked at runtime.
skipDesktopPanel
public static final String skipDesktopPanel
- A data key indicating whether the installer should skip the Desktop Selection
panel or not. This is checked at runtime.
skipInstallTypePanel
public static final String skipInstallTypePanel
- A data key indicating whether the installer should skip the
Install Type panel or not. This is checked at runtime.
needsReboot
public static final String needsReboot
- A data key indexing a flag that indicates whether the system
should be rebooted after a product is installed.
logDir
public static final String logDir
- A data key indexing the parent directory for the log file(s).
imageName
public static final String imageName
- Image which appears during install
topLogFile
public static final String topLogFile
- Top of hierarchy log file
subDirs
public static final String subDirs
- A data key indexing a list of subdirs that would need to be
created as soft links if a product was relocated.
frameTitle
public static final String frameTitle
- key for title of wizards window frame
frameUninstallTitle
public static final String frameUninstallTitle
- key for title of wizards window frame during uninstall
removeProduct
public static final String removeProduct
- Key for products that should not be displayed on the ProductPanel due
to a dependency check.
noInstall
public static final String noInstall
- Key for products that should default to "No Install" due to a dependency
check.
stopOnError
public static final String stopOnError
- SoftwareComponent properties Key for products that should stop
installing after an install unit failure.
If key is not present, product will uninstall after an install error.
If key is present, and set true.
product will stop on error and not uninstall.
If key is present, and set in
defaultInstall
public static final String defaultInstall
- Key for products that should default to "Default Install" due to a dependency
check.
customInstall
public static final String customInstall
- Key for products that should default to "Custom Install" due to a dependency
check.
InstallConstants
public InstallConstants()
All Packages Class Hierarchy This Package Previous Next Index