Class PropertiesParamPlugin
java.lang.Object
io.vertigo.core.plugins.param.properties.PropertiesParamPlugin
- All Implemented Interfaces:
ParamPlugin,CoreComponent,Plugin
Plugin de gestion de configuration de fichiers properties.
- Author:
- skerdudou
-
Constructor Summary
ConstructorsConstructorDescriptionPropertiesParamPlugin(ResourceManager resourceManager, String url) Constructor. -
Method Summary
-
Constructor Details
-
PropertiesParamPlugin
@Inject public PropertiesParamPlugin(ResourceManager resourceManager, String url) throws IOException Constructor.- Parameters:
resourceManager- Selectorurl- Url du fichier XML de configuration- Throws:
IOException- erreur de lecture du fichier
-
-
Method Details
-
getParam
Returns a configuration parameter. Returns none if the parameter is not managed.- Specified by:
getParamin interfaceParamPlugin- Parameters:
paramName- Name of the parameter- Returns:
- Value of the parameter
-