Documentation
¶
Index ¶
- func ConvertTypes(mtaStr mta.MTA, platformName string) error
- func CopyMtaContent(source, target, desc string, wdGetter func() (string, error)) 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, desc string, wdGetter func() (string, error)) error
- func ExecutePack(source, target, desc, moduleName, platform string, ...) error
- func ExecuteValidation(source, desc, mode, strict string, getWorkingDir func() (string, error)) 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 ConvertTypes ¶
ConvertTypes - convert types to appropriate target platform types
func CopyMtaContent ¶
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 ¶
ExecuteGenMtar - generates MTAR
func ExecutePack ¶
func ExecutePack(source, target, desc, moduleName, platform string, wdGetter func() (string, error)) error
ExecutePack - executes packing of module
func ExecuteValidation ¶
func ExecuteValidation(source, desc, mode, strict 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.
Click to show internal directories.
Click to hide internal directories.