#include <ArchiverArguments.h>
Inheritance diagram for SctArchiving::ArchiverArguments:


Public Member Functions | |
| ArchiverArguments (int argc, char **argv) | |
| constructor builds from command line args | |
| unsigned | getCompressionLevel () const |
| compression level (1->9) -compress | |
| void | printHelp (std::ostream &os) const |
| overload SctService::Arguments::printHelp(std::ostream) | |
| virtual void | parse () |
| overload SctService::Arguments::parse() | |
| std::string | getPersistentDirectory () const |
| name of directory to save to: -persist | |
Private Attributes | |
| unsigned | m_compressionLevel |
| std::string | m_persistentDir |
Definition at line 7 of file ArchiverArguments.h.
|
||||||||||||
|
constructor builds from command line args
Definition at line 10 of file ArchiverArguments.cpp. References parse(). Here is the call graph for this function: ![]() |
|
|
compression level (1->9) -compress
Definition at line 37 of file ArchiverArguments.cpp. References m_compressionLevel. Referenced by SctArchiving::Archiver::Archiver(). |
|
|
name of directory to save to: -persist
Definition at line 33 of file ArchiverArguments.cpp. References m_persistentDir. Referenced by SctArchiving::Archiver::Archiver(), and SctArchiving::Archiver::retrieve(). |
|
|
overload SctService::Arguments::parse()
Reimplemented from SctService::Arguments. Definition at line 15 of file ArchiverArguments.cpp. References m_compressionLevel, SctService::Arguments::m_list, m_persistentDir, and SctService::Arguments::next(). Referenced by ArchiverArguments(). Here is the call graph for this function: ![]() |
|
|
overload SctService::Arguments::printHelp(std::ostream)
Reimplemented from SctService::Arguments. Definition at line 26 of file ArchiverArguments.cpp. |
1.4.6