Home Reference Source
import {Cables} from 'cables-shared-api'
public class | source

Cables

Extends:

cables_dev/shared/api/utils/shared_util.js~SharedUtil → Cables

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

CORE_OPS_SUBDIR: string

public
public
public

TEAM_OPS_SUBDIR: string

public

USER_OPS_SUBDIR: string

public
public get
Private Members
private

_config: *

private
private

Method Summary

Public Methods
public

getApiPath(): *

public
public
public
public

getConfig(): *

public
public
public

getDocsMdPath(): boolean

public

getElectronPath(): boolean

public

getEnv(): *

public
public
public
public

getGenPath(): *

public
public
public
public
public

getOpsPath(): *

public
public
public
public
public
public

getUiPath(): *

public
public
public

isDevEnv(): *

public

isLive(): *

public

isLocal(): *

public

isNightly(): *

public

isStandalone(): boolean

Private Methods
private

Public Constructors

public constructor() source

Public Members

public CORE_OPS_SUBDIR: string source

public EXTENSION_OPS_SUBDIR: string source

public PATCH_OPS_SUBDIR: string source

public TEAM_OPS_SUBDIR: string source

public USER_OPS_SUBDIR: string source

public configLocation: * source

public get utilName: * source

Private Members

private _config: * source

private _dirname: * source

private _writeableDirName: * source

Public Methods

public getApiPath(): * source

Return:

*

public getAssetLibraryPath(): * source

Return:

*

public getAssetPath(): * source

Return:

*

public getChangelogLocation(): * source

Return:

*

public getConfig(): * source

Return:

*

public getCoreLibsPath(): * source

Return:

*

public getCoreOpsPath(): * source

Return:

*

public getDocsMdPath(): boolean source

Return:

boolean

public getElectronPath(): boolean source

Return:

boolean

public getEnv(): * source

Return:

*

public getExportAssetTargetPath(): * source

Return:

*

public getExtensionOpsPath(): * source

Return:

*

public getFeedPath(): * source

Return:

*

public getGenPath(): * source

Return:

*

public getLibsPath(): * source

Return:

*

public getOpDocsCachePath(): * source

Return:

*

public getOpDocsFile(): * source

Return:

*

public getOpLookupFile(): * source

Return:

*

public getOpsPath(): * source

Return:

*

public getPatchOpsPath(): * source

Return:

*

public getPublicPath(): * source

Return:

*

public getSourcePath(): * source

Return:

*

public getTeamOpsPath(): * source

Return:

*

public getUiDistPath(): * source

Return:

*

public getUiPath(): * source

Return:

*

public getUserOpsPath(): * source

Return:

*

public getViewsPath(): * source

Return:

*

public isDevEnv(): * source

Return:

*

public isLive(): * source

Return:

*

public isLocal(): * source

Return:

*

public isNightly(): * source

Return:

*

public isStandalone(): boolean source

Return:

boolean

Private Methods

private _createDirectories() source