Class SimpleConfig.ConfigRequest
java.lang.Object
me.emafire003.dev.ohmymeteors.config.SimpleConfig.ConfigRequest
- Enclosing class:
SimpleConfig
-
Method Summary
Modifier and TypeMethodDescriptionprovider(SimpleConfig.DefaultConfig provider) Sets the default config provider, used to generate the config if it's missing.request()Loads the config from the filesystem.
-
Method Details
-
provider
Sets the default config provider, used to generate the config if it's missing.- Parameters:
provider- default config provider- Returns:
- current config request object
- See Also:
-
request
Loads the config from the filesystem.- Returns:
- config object
- See Also:
-
getConfig
-