#include "file_load_rule.h"
|
enum | Classification { kAllowed,
kDisallowed,
kUnmatched
} |
|
|
| FileLoadRule (bool allowed) |
|
Classification | Classify (const GoogleString &filename) const |
| What does this rule say about this filename?
|
|
|
virtual bool | Match (const GoogleString &filename) const =0 |
| Is does this rule apply to this filename?
|
|
Class for storing information about what filesystem paths are appropriate for direct access and which need to be fetched through HTTP loopback.
The documentation for this class was generated from the following file: