#include <CPK_Packager.h>
Inheritance diagram for CIAO::Component_Packager::CPK_Packager:
Public Member Functions | |
CPK_Packager (const char *pkg_url, const char *cdp_url, const char *pdl_url, bool include_std_desc) | |
constructor | |
int | preparePackage (PACKAGE_PLAN &pkg_plan) |
Collect the information for files to be archived. | |
int | createPackage (const PACKAGE_PLAN &pkg_plan) |
Create a zip archive. | |
Protected Attributes | |
CZipMemFile | desc_mf_ |
CZipArchive | cpk_zip_ |
CZipString | cpk_file_ |
|
constructor
|
|
Create a zip archive.
Reimplemented from CIAO::Component_Packager::Base_Packager. |
|
Collect the information for files to be archived.
Reimplemented from CIAO::Component_Packager::Base_Packager. |
|
|
|
|
|
|