|
| FileLoadRuleRegexp (const GoogleString &filename_regexp, bool allowed) |
|
virtual bool | Match (const GoogleString &filename) const |
| Is does this rule apply to this filename?
|
|
| FileLoadRule (bool allowed) |
|
Classification | Classify (const GoogleString &filename) const |
| What does this rule say about this filename?
|
|
|
enum | Classification { kAllowed,
kDisallowed,
kUnmatched
} |
|
const bool | allowed_ |
|
net_instaweb::FileLoadRuleRegexp::FileLoadRuleRegexp |
( |
const GoogleString & |
filename_regexp, |
|
|
bool |
allowed |
|
) |
| |
|
inline |
If allowed is true, whitelist filenames matching filename_regexp. Otherwise blacklist them.
The documentation for this class was generated from the following file: