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.


Variable Index

 o alreadyInstalled
Data key indexing various lookup sequences and stuff.
 o cmdLineLocales
A data key indexing the command line specified locale vector
 o componentAltIDs
A data key indexing non-localized alternate identifiers for each component.
 o componentIDs
A data key indexing non-localized identifiers for each component.
 o componentNames
A data key indexing all available component names.
 o currentInstallDirectory
A data key indexing the current installation directory.
 o currentLocale
A data key indexing the current locale
 o customInstall
Key for products that should default to "Custom Install" due to a dependency check.
 o defaultComponents
A data key indexing the default component selections.
 o defaultInstall
Key for products that should default to "Default Install" due to a dependency check.
 o defaultInstallDirectory
A data key indexing the default installation directory.
 o defaultLocales
A data key indexing the default locale selections.
 o defaultName
A name to use for a product when no name is specified
 o existingFiles
Lists files that are existing and will be overwritten.
 o FAILED
Indicates a product and/or component failed install
 o frameTitle
key for title of wizards window frame
 o frameUninstallTitle
key for title of wizards window frame during uninstall
 o FULLY_UNINSTALLED
Indicates a product and/or component was not installed
 o imageName
Image which appears during install
 o initializeSequence
A data key indexing the initialization sequence.
 o INSTALLED
Indicates a product and/or component was installed
 o installedComponents
A data key indexing the components that are already installed, according to the registry.
 o installedProducts
A data key indexing a list of product preinstallation info.
 o installSequence
A data key indexing the installation sequence.
 o islink
A data key indexing a flag that indicates whether a product is relocatable with a symlink or not.
 o isreloc
A data key indexing a flag that indicates whether a product is relocatable.
 o localeChangedSequence
Data key indexing various lookup sequences and stuff.
 o localeIDs
A data key indexing non-localized identifiers for each locale.
 o localeNames
A data key indexing all available locale names.
 o logDir
A data key indexing the parent directory for the log file(s).
 o needsReboot
A data key indexing a flag that indicates whether the system should be rebooted after a product is installed.
 o noInstall
Key for products that should default to "No Install" due to a dependency check.
 o NOT_INSTALLED
Indicates a product and/or component was not installed
 o PARTIALLY_UNINSTALLED
Indicates a product and/or component was not installed
 o productInstallTypes
A data key indexing a list of product installation types.
 o productList
A data key indexing a list of products.
 o productName
A data key indexing the product's name.
 o productTree
Used to find a reference to the product tree associated with each wizard state
 o productTreeProxy
Used to find a reference to the product tree proxy associated with each wizard state.
 o rebootSequence
A data key indexing the reboot sequence.
 o removeProduct
Key for products that should not be displayed on the ProductPanel due to a dependency check.
 o requiredComponentIDs
A data key indexing the required component selections (their IDs)
 o selectedComponents
A data key indexing the currently selected components.
 o selectedLocales
A data key indexing the currently selected locales.
 o skip64BitSelectionPanel
A data key indicating whether the installer should skip the 64-bit Selection panel or not.
 o skipDesktopPanel
A data key indicating whether the installer should skip the Desktop Selection panel or not.
 o skipDirSel
Skip Directory Selection panel key (set to true to skip the panel) .
 o skipInstallTypePanel
A data key indicating whether the installer should skip the Install Type panel or not.
 o skipLocalePanel
A data key indicating whether the installer should skip the Locale Selection panel or not.
 o standardInstall
A data key indexing a flag that indicates either a standard (default) installation or a custom installation.
 o stopOnError
SoftwareComponent properties Key for products that should stop installing after an install unit failure.
 o STOPPED
Indicates a product and/or component was aborted/stopped
 o STOPPED_ON_ERROR
Indicates a product and/or component was aborted/stopped
 o subDirs
A data key indexing a list of subdirs that would need to be created as soft links if a product was relocated.
 o systemLocale
A data key indexing the system locale
 o topLogFile
Top of hierarchy log file
 o uninstallDirKey
A data key indexing the default installation directory.
 o uninstallerName
A data key indexing the uninstaller archive name
 o unitLocales
A data key indexing the locales found in units at run time

Constructor Index

 o InstallConstants()

Variables

 o NOT_INSTALLED
 public static int NOT_INSTALLED
Indicates a product and/or component was not installed

 o PARTIALLY_UNINSTALLED
 public static int PARTIALLY_UNINSTALLED
Indicates a product and/or component was not installed

 o FULLY_UNINSTALLED
 public static int FULLY_UNINSTALLED
Indicates a product and/or component was not installed

 o INSTALLED
 public static int INSTALLED
Indicates a product and/or component was installed

 o FAILED
 public static int FAILED
Indicates a product and/or component failed install

 o STOPPED
 public static int STOPPED
Indicates a product and/or component was aborted/stopped

 o STOPPED_ON_ERROR
 public static int STOPPED_ON_ERROR
Indicates a product and/or component was aborted/stopped

 o productName
 public static final String productName
A data key indexing the product's name.

 o defaultInstallDirectory
 public static final String defaultInstallDirectory
A data key indexing the default installation directory.

 o uninstallDirKey
 public static final String uninstallDirKey
A data key indexing the default installation directory.

 o uninstallerName
 public static final String uninstallerName
A data key indexing the uninstaller archive name

 o currentInstallDirectory
 public static final String currentInstallDirectory
A data key indexing the current installation directory.

 o defaultComponents
 public static final String defaultComponents
A data key indexing the default component selections.

 o requiredComponentIDs
 public static final String requiredComponentIDs
A data key indexing the required component selections (their IDs)

 o selectedComponents
 public static final String selectedComponents
A data key indexing the currently selected components.

 o installedComponents
 public static final String installedComponents
A data key indexing the components that are already installed, according to the registry.

 o componentNames
 public static final String componentNames
A data key indexing all available component names.

 o componentIDs
 public static final String componentIDs
A data key indexing non-localized identifiers for each component.

 o currentLocale
 public static final String currentLocale
A data key indexing the current locale

 o defaultLocales
 public static final String defaultLocales
A data key indexing the default locale selections.

 o selectedLocales
 public static final String selectedLocales
A data key indexing the currently selected locales.

 o 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.

 o unitLocales
 public static final String unitLocales
A data key indexing the locales found in units at run time

 o localeNames
 public static final String localeNames
A data key indexing all available locale names.

 o systemLocale
 public static final String systemLocale
A data key indexing the system locale

 o cmdLineLocales
 public static final String cmdLineLocales
A data key indexing the command line specified locale vector

 o localeIDs
 public static final String localeIDs
A data key indexing non-localized identifiers for each locale.

 o installSequence
 public static final String installSequence
A data key indexing the installation sequence.

 o initializeSequence
 public static final String initializeSequence
A data key indexing the initialization sequence.

 o rebootSequence
 public static final String rebootSequence
A data key indexing the reboot sequence.

 o alreadyInstalled
 public static final String alreadyInstalled
Data key indexing various lookup sequences and stuff.

 o localeChangedSequence
 public static final String localeChangedSequence
Data key indexing various lookup sequences and stuff.

 o skipDirSel
 public static final String skipDirSel
Skip Directory Selection panel key (set to true to skip the panel) .

 o standardInstall
 public static final String standardInstall
A data key indexing a flag that indicates either a standard (default) installation or a custom installation.

 o isreloc
 public static final String isreloc
A data key indexing a flag that indicates whether a product is relocatable.

 o islink
 public static final String islink
A data key indexing a flag that indicates whether a product is relocatable with a symlink or not.

 o productTree
 public static final String productTree
Used to find a reference to the product tree associated with each wizard state

 o 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.

 o 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.

 o 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.

 o 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.

 o existingFiles
 public static final String existingFiles
Lists files that are existing and will be overwritten. List could be presented to user to verify overwrite.

 o defaultName
 public static final String defaultName
A name to use for a product when no name is specified

 o 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.

 o 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.

 o 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.

 o 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.

 o 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.

 o logDir
 public static final String logDir
A data key indexing the parent directory for the log file(s).

 o imageName
 public static final String imageName
Image which appears during install

 o topLogFile
 public static final String topLogFile
Top of hierarchy log file

 o 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.

 o frameTitle
 public static final String frameTitle
key for title of wizards window frame

 o frameUninstallTitle
 public static final String frameUninstallTitle
key for title of wizards window frame during uninstall

 o removeProduct
 public static final String removeProduct
Key for products that should not be displayed on the ProductPanel due to a dependency check.

 o noInstall
 public static final String noInstall
Key for products that should default to "No Install" due to a dependency check.

 o 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

 o defaultInstall
 public static final String defaultInstall
Key for products that should default to "Default Install" due to a dependency check.

 o customInstall
 public static final String customInstall
Key for products that should default to "Custom Install" due to a dependency check.

Constructors

 o InstallConstants
 public InstallConstants()

All Packages  Class Hierarchy  This Package  Previous  Next  Index