Uses of Class
org.restheart.ConfigurationException
-
Packages that use ConfigurationException Package Description org.restheart org.restheart.plugins -
-
Uses of ConfigurationException in org.restheart
Methods in org.restheart that throw ConfigurationException Modifier and Type Method Description URIConfiguration. getRestheartBaseUrl()URIConfiguration. getRestheartLocation()Constructors in org.restheart that throw ConfigurationException Constructor Description Configuration(Path confFilePath)Creates a new instance of Configuration from the configuration file For any missing property the default value is used.Configuration(Path confFilePath, boolean silent)Creates a new instance of Configuration from the configuration file For any missing property the default value is used.Configuration(Map<String,Object> conf, boolean silent)Creates a new instance of Configuration from the configuration file For any missing property the default value is used. -
Uses of ConfigurationException in org.restheart.plugins
Methods in org.restheart.plugins that throw ConfigurationException Modifier and Type Method Description static <V> VConfigurablePlugin. argValue(Map<String,Object> args, String argKey)abstract Consumer<? super Map<String,Object>>FileConfigurablePlugin. consumeConfiguration()PluginRecord<Authenticator>PluginsRegistry. getAuthenticator(String name)voidFileConfigurablePlugin. init(Map<String,Object> arguments, String type)get the configuration args parsing the file specified in the Plugin argument 'conf-file'
-