Documentation
¶
Index ¶
- func Assembly(source, target, platform, mtarName, copyInParallel string, ...) error
- func ConvertTypes(mtaStr mta.MTA, platformName string) error
- func CopyMtaContent(source, target, desc string, copyInParallel bool, ...) error
- func ExecuteBuild(source, target, desc, moduleName, platform string, ...) error
- func ExecuteCleanup(source, target, desc string, wdGetter func() (string, error)) error
- func ExecuteGenMeta(source, target, desc, platform string, onlyModules bool, ...) error
- func ExecuteGenMtad(source, target, platform string, wdGetter func() (string, error)) error
- func ExecuteGenMtar(source, target, targetProvided, desc, mtarName string, ...) error
- func ExecutePack(source, target, desc, moduleName, platform string, ...) error
- func ExecuteProjectBuild(source, descriptor, phase string, getWd func() (string, error)) error
- func ExecuteValidation(source, desc, mode, strict, exclude string, ...) error
- func GenMetaInfo(ep dir.ITargetArtifacts, targetPathGetter dir.ITargetPath, deploymentDesc bool, ...) (rerr error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Assembly ¶ added in v0.1.1
func Assembly(source, target, platform, mtarName, copyInParallel string, getWd func() (string, error)) error
Assembly - assemble mta project
func ConvertTypes ¶
ConvertTypes - convert types to appropriate target platform types
func CopyMtaContent ¶
func CopyMtaContent(source, target, desc string, copyInParallel bool, wdGetter func() (string, error)) error
CopyMtaContent copies the content of all modules and resources which are presented in the deployment descriptor, in the source directory, to the target directory
func ExecuteBuild ¶
func ExecuteBuild(source, target, desc, moduleName, platform string, wdGetter func() (string, error)) error
ExecuteBuild - executes build of module
func ExecuteCleanup ¶
ExecuteCleanup - cleanups temp artifacts
func ExecuteGenMeta ¶
func ExecuteGenMeta(source, target, desc, platform string, onlyModules bool, wdGetter func() (string, error)) error
ExecuteGenMeta - generates metadata
func ExecuteGenMtad ¶
ExecuteGenMtad - generates MTAD from MTA
func ExecuteGenMtar ¶
func ExecuteGenMtar(source, target, targetProvided, desc, mtarName string, wdGetter func() (string, error)) error
ExecuteGenMtar - generates MTAR
func ExecutePack ¶
func ExecutePack(source, target, desc, moduleName, platform string, wdGetter func() (string, error)) error
ExecutePack - executes packing of module
func ExecuteProjectBuild ¶ added in v0.1.1
ExecuteProjectBuild - execute pre or post phase of project build
func ExecuteValidation ¶
func ExecuteValidation(source, desc, mode, strict, exclude string, getWorkingDir func() (string, error)) error
ExecuteValidation - executes validation of MTA
func GenMetaInfo ¶
func GenMetaInfo(ep dir.ITargetArtifacts, targetPathGetter dir.ITargetPath, deploymentDesc bool, platform string, mtaStr *mta.MTA, modules []string, onlyModules bool) (rerr error)
GenMetaInfo generates a MANIFEST.MF file and updates the build artifacts paths for deployment purposes.
Types ¶
This section is empty.