class holding optional parameters used to test the structure coherence of an existing archive
More...
#include <archive_options.hpp>
class holding optional parameters used to test the structure coherence of an existing archive
Definition at line 1692 of file archive_options.hpp.
◆ archive_options_test() [1/3]
libdar::archive_options_test::archive_options_test |
( |
| ) |
|
|
inline |
◆ archive_options_test() [2/3]
◆ archive_options_test() [3/3]
◆ ~archive_options_test()
libdar::archive_options_test::~archive_options_test |
( |
| ) |
|
|
inline |
◆ get_display_skipped()
bool libdar::archive_options_test::get_display_skipped |
( |
| ) |
const |
|
inline |
◆ get_display_treated()
bool libdar::archive_options_test::get_display_treated |
( |
| ) |
const |
|
inline |
◆ get_display_treated_only_dir()
bool libdar::archive_options_test::get_display_treated_only_dir |
( |
| ) |
const |
|
inline |
◆ get_empty()
bool libdar::archive_options_test::get_empty |
( |
| ) |
const |
|
inline |
◆ get_info_details()
bool libdar::archive_options_test::get_info_details |
( |
| ) |
const |
|
inline |
◆ get_selection()
const mask & libdar::archive_options_test::get_selection |
( |
| ) |
const |
|
inline |
◆ get_subtree()
const mask & libdar::archive_options_test::get_subtree |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ set_display_skipped()
void libdar::archive_options_test::set_display_skipped |
( |
bool |
display_skipped | ) |
|
|
inline |
◆ set_display_treated()
void libdar::archive_options_test::set_display_treated |
( |
bool |
display_treated, |
|
|
bool |
only_dir |
|
) |
| |
|
inline |
defines whether to show treated files
- Parameters
-
[in] | display_treated | true to display processed inodes |
[in] | only_dir | only display the current directory under processing, not its individual files |
Definition at line 1737 of file archive_options.hpp.
◆ set_empty()
void libdar::archive_options_test::set_empty |
( |
bool |
empty | ) |
|
|
inline |
◆ set_info_details()
void libdar::archive_options_test::set_info_details |
( |
bool |
info_details | ) |
|
|
inline |
whether the user needs detailed output of the operation
- Note
- in API 5.5.x and before this switch drove the displaying of processing messages and treated files. now it only drives the display of processing messages, use set_display_treated to define whether files under treatement should be display or not
Definition at line 1729 of file archive_options.hpp.
◆ set_subtree()
void libdar::archive_options_test::set_subtree |
( |
const mask & |
subtree | ) |
|
defines the directories and files to consider
- Note
- WARNING: The filter mechanism used here is common to all operations and works by comparing full paths, while in the other hand, paths stored in the libdar archive are all relative to what was provided as fs_root at backup time. To have this filter mecanism working in the context of testing, where no fs_root can be provided to transform relative paths to absolute paths, libdar will emulate an fs_root with the pseudo root value of the path::FAKE_ROOT field. This is invisible form the libdar API user except when relying on mask_list objects, which cannot thus receive full path as those would not be prepended by path::FAKE_ROOT as fs_root value, because fs_root prefixing is only performed for relative paths.
◆ x_display_skipped
bool libdar::archive_options_test::x_display_skipped |
|
private |
◆ x_display_treated
bool libdar::archive_options_test::x_display_treated |
|
private |
◆ x_display_treated_only_dir
bool libdar::archive_options_test::x_display_treated_only_dir |
|
private |
◆ x_empty
bool libdar::archive_options_test::x_empty |
|
private |
◆ x_info_details
bool libdar::archive_options_test::x_info_details |
|
private |
◆ x_selection
mask* libdar::archive_options_test::x_selection |
|
private |
◆ x_subtree
mask* libdar::archive_options_test::x_subtree |
|
private |
The documentation for this class was generated from the following file: