#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. Referenced by SctArchiving::Archiver::Archiver(). |
|
|
name of directory to save to: -persist
Definition at line 33 of file ArchiverArguments.cpp. 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 SctService::Arguments::instanceName(), SctService::Arguments::next(), and SctService::Arguments::setInstanceName(). 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.3.5