importModule: Import from a module archive

Description Usage Arguments Details Value See Also

Description

Import a module from an exported module tarfile.

Usage

1
importModule(tarfile, name)

Arguments

tarfile

File path to module archive

name

Module name

Details

This function is used to import modules from gzipped tar archives, created by the export.componentFile function. The tarfile to be imported must be called ‘MODULENAME.tar.gz’; the module to be loaded from the archive will be called MODULENAME/MODULENAME.xml. The resulting module object can be named using the name argument–it will be called MODULENAME by default.

Value

module object

See Also

export.componentResult


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.