Class LicenseAgreementConsole

  • All Implemented Interfaces:
    Referenceable

    public final class LicenseAgreementConsole
    extends Action
    Displays a license agreement for approval by the end user.
    • Constructor Detail

      • LicenseAgreementConsole

        public LicenseAgreementConsole()
    • Method Detail

      • getExistingFile

        public java.lang.String getExistingFile()
      • setExistingFile

        public void setExistingFile​(java.lang.String path)
      • setForceScroll

        public void setForceScroll​(boolean value)
        sets the setting of whether to force user to scroll through license agreement
      • getForceScroll

        public boolean getForceScroll()
        gets the setting of whether to force user to scroll through license agreement
      • getTitle

        public java.lang.String getTitle()
        The title of the panel. Default is "License Agreement".
      • setTitle

        public void setTitle​(java.lang.String Title)
        The title of the panel. Default is "License Agreement".
      • getPrompt

        public java.lang.String getPrompt()
        The panel's prompt to display. Default is "Installation and Use of $PRODUCT_NAME$ Requires Acceptance of the Following License Agreement:"
      • setPrompt

        public void setPrompt​(java.lang.String Prompt)
        The panel's prompt to display. Default is "Installation and Use of $PRODUCT_NAME$ Requires Acceptance of the Following License Agreement:"
      • getSourceFileType

        public FileType getSourceFileType()
        The source file type. Defines if the source file should be bundled in to the installer or already exists on the end user's machine.
      • setSourceFileType

        public void setSourceFileType​(FileType SourceFileType)
        The source file type. Defines if the source file should be bundled in to the installer or already exists on the end user's machine.
      • setInstalledFile

        public void setInstalledFile​(java.lang.String path)
        The text source file. Supports the display of both HTML and plain text files.
      • getInstalledFile

        public java.lang.String getInstalledFile()
        The text source file. Supports the display of both HTML and plain text files.