Class InstallFromManifest

  • All Implemented Interfaces:
    OSHostable, Referenceable

    public final class InstallFromManifest
    extends Action
    implements OSHostable
    Installs all of the files and folders specified in the manifest file on the end user's system.
    • Constructor Detail

      • InstallFromManifest

        public InstallFromManifest()
    • Method Detail

      • getShouldUninstall

        public boolean getShouldUninstall()
        Whether files should be uninstalled.
      • setShouldUninstall

        public void setShouldUninstall​(boolean ShouldUninstall)
        Whether files should be uninstalled.
      • getOverrideUnixPermissions

        public boolean getOverrideUnixPermissions()
        Whether to override UNIX permissions.
      • setOverrideUnixPermissions

        public void setOverrideUnixPermissions​(boolean OverrideUnixPermissions)
        Whether to override UNIX permissions.
      • getFileOverwriteBehavior

        public FileOverwriteBehavior getFileOverwriteBehavior()
        The behavior for when overwritting files is needed.
      • setFileOverwriteBehavior

        public void setFileOverwriteBehavior​(FileOverwriteBehavior FileOverwriteBehavior)
        The behavior for when overwritting files is needed.
      • setManifestFile

        public void setManifestFile​(java.lang.String path)
        The manifest file that will guide the installation.
      • getManifestFile

        public java.lang.String getManifestFile()
        The manifest file that will guide the installation.