Package org.restheart.plugins
Interface ConfigurablePlugin
-
- All Superinterfaces:
Plugin
- All Known Subinterfaces:
Authenticator,AuthMechanism,Authorizer,BsonInterceptor,BsonService,ByteArrayInterceptor,ByteArrayService,Initializer,Interceptor<R,S>,JsonInterceptor,JsonService,MongoInterceptor,ProxyInterceptor,Service<R,S>,TokenManager
- All Known Implementing Classes:
FileConfigurablePlugin
public interface ConfigurablePlugin extends Plugin
- Author:
- Andrea Di Cesare
-
-
Method Detail
-
argValue
static <V> V argValue(Map<String,Object> args, String argKey) throws ConfigurationException
- Type Parameters:
V-- Parameters:
args-argKey-- Returns:
- the string arg value of argKey from args
- Throws:
ConfigurationException
-
-