Package io.vertigo.core.impl.param
Interface ParamPlugin
- All Superinterfaces:
CoreComponent,Plugin
- All Known Implementing Classes:
EnvParamPlugin,ManifestParamPlugin,PropertiesParamPlugin,SystemPropertyParamPlugin,XmlParamPlugin
Interface for an application configuration management plugin.
All configurations are managed as Strings.
- Author:
- prahmoune
-
Method Summary
-
Method Details
-
getParam
Returns a configuration parameter. Returns none if the parameter is not managed.- Parameters:
paramName- Name of the parameter- Returns:
- Value of the parameter
-