MECO™ API Reference
|
[ MODULE ] - Callback module. More...
Functions | |
def | getPreBuild (allLib, envEntryContainer) |
This function is invoked before packages are collected and environment is resolved. More... | |
def | getPostBuild (allLib, envEntryContainer) |
This function is invoked after packages are collected and environment is resolved. More... | |
def | getAppExecutableFlags (allLib) |
This function provides additional flags for given app executable. More... | |
def | shouldInitializePackage (allLib, packagePath) |
This function determines whether given package should be initialized. More... | |
[ MODULE ] - Callback module.
def mMecoSettings.callbackLib.getPreBuild | ( | allLib, | |
envEntryContainer | |||
) |
This function is invoked before packages are collected and environment is resolved.
allLib | [ mMeco.libs.allLib.All | None | in ] - All libraries. |
envEntryContainer | [ mMeco.libs.entryLib.EnvEntryContainer | None | in ] - Env entry container. |
N/A |
def mMecoSettings.callbackLib.getPostBuild | ( | allLib, | |
envEntryContainer | |||
) |
This function is invoked after packages are collected and environment is resolved.
allLib | [ mMeco.libs.allLib.All | None | in ] - All libraries. |
envEntryContainer | [ mMeco.libs.entryLib.EnvEntryContainer | None | in ] - Env entry container. |
N/A |
def mMecoSettings.callbackLib.getAppExecutableFlags | ( | allLib | ) |
This function provides additional flags for given app executable.
allLib | [ mMeco.libs.allLib.All | None | in ] - All libraries. |
N/A |
def mMecoSettings.callbackLib.shouldInitializePackage | ( | allLib, | |
packagePath | |||
) |
This function determines whether given package should be initialized.
allLib | [ mMeco.libs.allLib.All | None | in ] - All libraries. |
packagePath | [ str | None | in ] - Absolute path of the root of a package. |
N/A |
True
if the package should be initialized, False
otherwise.