api documentation for nw-builder (v3.2.0)

nw-builder

table of contents

  1. module nw-builder
    1. function nw-builder (options)
    2. function nw-builder.super_ ()
    3. object nw-builder.downloader
    4. object nw-builder.utils
    5. object nw-builder.versions
  2. module nw-builder.downloader
    1. function nw-builder.downloader.checkCache (cachepath, files)
    2. function nw-builder.downloader.clearProgressbar ()
    3. function nw-builder.downloader.downloadAndUnpack (cachepath, url)
    4. function nw-builder.downloader.extractTar (tarstream, destination)
    5. function nw-builder.downloader.extractZip (zipfile, destination)
    6. function nw-builder.downloader.stripRootFolder (extracted)
  3. module nw-builder.utils
    1. function nw-builder.utils.closerPathDepth (path1, path2)
    2. function nw-builder.utils.copyFile (src, dest, _event, options)
    3. function nw-builder.utils.editPlist (plistInput, plistOutput, options)
    4. function nw-builder.utils.generateZipFile (files, _event, platformSpecificManifest, zipOptions)
    5. function nw-builder.utils.getFileList (fileglob)
    6. function nw-builder.utils.getPackageInfo (path)
    7. function nw-builder.utils.getPlistOptions (parsedParams, custom)
    8. function nw-builder.utils.mergeFiles (app, zipfile, chmod)
    9. function nw-builder.utils.pathDepth (absolutePath)
  4. module nw-builder.versions
    1. function nw-builder.versions.getLatestVersion (downloadUrl, manifestUrl, flavor)
    2. function nw-builder.versions.getVersion (args)
    3. function nw-builder.versions.getVersions (downloadUrl, manifestUrl, flavor)

module nw-builder

function nw-builder (options)

function nw-builder.super_ ()

module nw-builder.downloader

function nw-builder.downloader.checkCache (cachepath, files)

function nw-builder.downloader.clearProgressbar ()

function nw-builder.downloader.downloadAndUnpack (cachepath, url)

function nw-builder.downloader.extractTar (tarstream, destination)

function nw-builder.downloader.extractZip (zipfile, destination)

function nw-builder.downloader.stripRootFolder (extracted)

module nw-builder.utils

function nw-builder.utils.closerPathDepth (path1, path2)

function nw-builder.utils.copyFile (src, dest, _event, options)

function nw-builder.utils.editPlist (plistInput, plistOutput, options)

function nw-builder.utils.generateZipFile (files, _event, platformSpecificManifest, zipOptions)

function nw-builder.utils.getFileList (fileglob)

function nw-builder.utils.getPackageInfo (path)

function nw-builder.utils.getPlistOptions (parsedParams, custom)

function nw-builder.utils.mergeFiles (app, zipfile, chmod)

function nw-builder.utils.pathDepth (absolutePath)

module nw-builder.versions

function nw-builder.versions.getLatestVersion (downloadUrl, manifestUrl, flavor)

function nw-builder.versions.getVersion (args)

function nw-builder.versions.getVersions (downloadUrl, manifestUrl, flavor)

[ this document was created with utility2 ]