Class InstallNativePackage

    • Constructor Detail

      • InstallNativePackage

        public InstallNativePackage()
    • Method Detail

      • getUseInstalledFile

        public boolean getUseInstalledFile()
        Whether the installed file should be used instead of an existing one.
      • setUseInstalledFile

        public void setUseInstalledFile​(boolean useInstalledFile)
        Whether the installed file should be used instead of an existing one.
      • setExistingFile

        public void setExistingFile​(java.lang.String filePath)
        The existing package that will be installed.
      • getExistingFile

        public java.lang.String getExistingFile()
        The existing package that will be installed.
      • getShowIndeterminateDialog

        public boolean getShowIndeterminateDialog()
        Whether to show an indeterminate dialog while the package is being installed.
      • setShowIndeterminateDialog

        public void setShowIndeterminateDialog​(boolean showIndeterminateDialog)
        Whether to show an indeterminate dialog while the package is being installed.
      • getDialogLabel

        public java.lang.String getDialogLabel()
        The label of the dialog.
      • setDialogLabel

        public void setDialogLabel​(java.lang.String label)
        The label of the dialog.
      • getShouldUninstall

        public boolean getShouldUninstall()
        Whether the built-in package should be uninstalled.
      • setShouldUninstall

        public void setShouldUninstall​(boolean ShouldUninstall)
        Whether the built-in package should be uninstalled.
      • setInstalledFile

        public void setInstalledFile​(java.lang.String path)
        The merge module's installed (bundled) file.
      • getInstalledFile

        public java.lang.String getInstalledFile()
        The merge module's installed (bundled) file.