|
| FileLoadRuleLiteral (const GoogleString &filename_prefix, 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::FileLoadRuleLiteral::FileLoadRuleLiteral |
( |
const GoogleString & |
filename_prefix, |
|
|
bool |
allowed |
|
) |
| |
|
inline |
If allowed is true, whitelist filenames starting with filename_prefix. Otherwise blacklist them.
The documentation for this class was generated from the following file: