19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_REWRITE_GFLAGS_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_REWRITE_GFLAGS_H_
24 namespace net_instaweb {
27 class RewriteDriverFactory;
66 const char* rewriters_value,
67 const char* rewrite_level_flag_name,
68 const char* rewrite_level_value,
bool SetupOptionsOnly(RewriteOptions *options, MessageHandler *handler) const
Like above, but doesn't expect a RewriteDriverFactory.
int64 lru_cache_size_bytes() const
void SetupFactoryOnly(RewriteDriverFactory *factory) const
Like above, but only modifies the RewriteDriverFactory.
bool SetOptions(RewriteDriverFactory *factory, RewriteOptions *options) const
RewriteGflags()
Constructor that does no option parsing. You probably don't want this.
Definition: rewrite_gflags.h:38
Definition: rewrite_gflags.h:32
bool SetRewriters(const char *rewriters_flag_name, const char *rewriters_value, const char *rewrite_level_flag_name, const char *rewrite_level_value, RewriteOptions *options, MessageHandler *handler) const
static bool WasExplicitlySet(const char *name)
Definition: message_handler.h:39
Definition: rewrite_options.h:84
Definition: rewrite_driver_factory.h:70