Class MacOSPlatform


  • public final class MacOSPlatform
    extends java.lang.Object
    The Mac OS X platform specific settings, like installer authenticator and file permissions.
    • Method Detail

      • getMacOSXPermissions

        public java.lang.String getMacOSXPermissions()
        The default Mac OS X file permissions. Example: 755 (default). Represents the default permissions for all files the installer deploys.
      • setMacOSXPermissions

        public void setMacOSXPermissions​(java.lang.String permissions)
        The default Mac OS X file permissions. Example: 755 (default). Represents the default permissions for all files the installer deploys.
      • getRequiresAuthentication

        public boolean getRequiresAuthentication()
        Whether or not the Mac installer requires authentication.
      • setRequiresAuthentication

        public void setRequiresAuthentication​(boolean RequiresAuthentication)
        Whether or not the Mac installer requires authentication.
      • getAuthenticationAlwaysShowGUI

        public boolean getAuthenticationAlwaysShowGUI()
        Whether or not the Mac installer always requires GUI authentication dialog.
      • setAuthenticationAlwaysShowGUI

        public void setAuthenticationAlwaysShowGUI​(boolean AuthenticationAlwaysShowGUI)
        Whether or not the Mac installer always requires GUI authentication dialog.
      • getJvmForLaunchAnywhere

        public MacJavaVersion getJvmForLaunchAnywhere()
        The Java VM version for LaunchAnywhere actions installed on the Mac OS X platform.
      • setJvmForLaunchAnywhere

        public void setJvmForLaunchAnywhere​(MacJavaVersion JvmForLaunchAnywhere)
        The Java VM version for LaunchAnywhere actions installed on the Mac OS X platform.