PatchExportElectron
Extends:
Static Method Summary
| Static Public Methods | ||
| public static |
getExportOptions(user: *, teams: *, project: *, exportQuota: *): {"type": *, "allowed": boolean, "possible": boolean, "fields": *} |
|
| public static |
getName(): string |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
finalAssetPath: string |
|
| public |
finalJsPath: string |
|
Method Summary
| Private Methods | ||
| private |
_addProjectHtmlCode(proj: *, options: *, libs: *, coreLibs: *, template: string, _dependencies: *[]) |
|
| private |
_getOpExportSubdir(opName: *): * |
|
| private |
_replaceInString(replacements: *, theString: *): * |
|
Inherited Summary
| From class HtmlExportElectron | ||
| public static |
getExportOptions(user: *, teams: *, project: *, exportQuota: *): {"type": *, "allowed": boolean, "possible": boolean, "fields": *} |
|
| public static |
getName(): string |
|
| public |
archive: * |
|
| public |
finalAssetPath: string |
|
| public |
collectFiles(project: *, callbackFilesCollected: *, callbackError: *, options: *, next: *) |
|
| public |
createZip(project: *, files: *, callbackFinished: *) |
|
| public |
doExport(project: *, cb: *) |
|
| private |
_doAfterCombine(jsCode: *, options: *): * |
|
| private |
_doAfterExport(originalProject: *, credentials: *, exportNumber: *, result: *): * |
|
| private |
_getFilesForProjects(theProjects: *, options: *, cb: *) |
|
| private |
_getNameForZipEntry(fn: *, allFiles: *): * |
|
| private |
_getPortValueReplacement(filePathAndName: *, fn: *, lzipFileName: *): * |
|
| private |
_resolveFileName(filePathAndName: *, pathStr: *, project: *): * |
|
Static Public Methods
public static getExportOptions(user: *, teams: *, project: *, exportQuota: *): {"type": *, "allowed": boolean, "possible": boolean, "fields": *} source
Override:
HtmlExportElectron#getExportOptionsParams:
| Name | Type | Attribute | Description |
| user | * | ||
| teams | * | ||
| project | * | ||
| exportQuota | * |
Return:
| {"type": *, "allowed": boolean, "possible": boolean, "fields": *} |
Public Constructors
Public Members
public finalJsPath: string source
Private Methods
private _addProjectHtmlCode(proj: *, options: *, libs: *, coreLibs: *, template: string, _dependencies: *[]) source
Params:
| Name | Type | Attribute | Description |
| proj | * | ||
| options | * | ||
| libs | * | ||
| coreLibs | * | ||
| template | string |
|
|
| _dependencies | *[] |
|
private _getOpExportSubdir(opName: *): * source
Params:
| Name | Type | Attribute | Description |
| opName | * |
Return:
| * |
private _replaceInString(replacements: *, theString: *): * source
Params:
| Name | Type | Attribute | Description |
| replacements | * | ||
| theString | * |
Return:
| * |