CernVM-FS
2.12.0
|
#include <dirtab.h>
Public Member Functions | |
Rule (const Pathspec &pathspec, const bool is_negation) | |
Public Attributes | |
Pathspec | pathspec |
bool | is_negation |
A Rule represents a single line from a .cvmfsdirtab file. It wraps the parsed Pathspec for the path pattern in this line and stores if this Path- spec should be seen as a negation rule.
|
inline |
bool catalog::Dirtab::Rule::is_negation |
Definition at line 65 of file dirtab.h.
Referenced by catalog::Dirtab::AddRule().