An activity that compresses a folder. More...
Public Types | |
|
typedef boost::shared_ptr < CompressFolderActivity > | SharedPtr |
Public Member Functions | |
| CompressFolderActivity (const std::string &a_fromFolder, const std::string &a_zipFileName) | |
| Ctor. | |
| ~CompressFolderActivity () | |
| Dtor. | |
|
Poco::Activity < CompressFolderActivity > & | activity () |
| Returns the activity that is being run. | |
| int | getFileSize () |
| std::string | getMessage () |
| bool | isAbandoned () |
| void | abandonZip () |
| bool | downloadStarted () |
| void | downloadStarted (bool a_started) |
| bool | isComplete () |
| std::string | errorString () |
| std::string | getFullPathToZip () |
Protected Member Functions | |
| void | run () |
An activity that compresses a folder.
| Tonido::Util::CompressFolderActivity::CompressFolderActivity | ( | const std::string & | a_fromFolder, |
| const std::string & | a_zipFileName | ||
| ) |
Ctor.
details if needed ...
| Tonido::Util::CompressFolderActivity::~CompressFolderActivity | ( | ) |
Dtor.
details if needed ...