Class OSHost

  • All Implemented Interfaces:
    Referenceable

    public final class OSHost
    extends InstallableObject
    Operating System host (OSHost) is the default host, which contains the files, launchers, and actions the installer delivers to the target system.

    The OSHost can target one or more destination folders. Every file and action that should be delivered by the installer should be assigned to one of these folders.

    See Also:
    MagicFolder, Project.getInstallFolder()
    • Method Detail

      • getFolders

        public java.util.Vector<OSHostDestinationFolder> getFolders()
        The destination folders the installer should target. The files and actions to be installed should be assigned to one of these folders.