#include <mxsZipPackage.h>
Public Member Functions |
|
| DotRunParser (MSZipPackage *mzp) | |
| bool | interpret (const MCHAR *src) |
| void | name () |
| void | version () |
| void | description () |
| void | extract () |
| void | run () |
| void | drop () |
| void | open () |
| void | merge () |
| void | xref () |
| void | import () |
| void | copy (BYTE type) |
| void | clear () |
| void | keep () |
| void | copy_files (const MCHAR *from, const MCHAR *to, BYTE type) |
Static Public Member Functions |
|
| static ScripterExport bool | create_dir (const MCHAR *dir) |
| DotRunParser | ( | MSZipPackage * | mzp | ) | [inline] |
: mzp(mzp) { }
| bool interpret | ( | const MCHAR * | src | ) |
| void name | ( | ) |
| void version | ( | ) |
| void description | ( | ) |
| void extract | ( | ) |
| void run | ( | ) |
| void drop | ( | ) |
| void open | ( | ) |
| void merge | ( | ) |
| void xref | ( | ) |
| void import | ( | ) |
| void copy | ( | BYTE | type | ) |
| void clear | ( | ) |
| void keep | ( | ) |
| void copy_files | ( | const MCHAR * | from, |
| const MCHAR * | to, | ||
| BYTE | type | ||
| ) |
| static ScripterExport bool create_dir | ( | const MCHAR * | dir | ) | [static] |