Class ManifestParamPlugin
java.lang.Object
io.vertigo.core.plugins.param.manifest.ManifestParamPlugin
- All Implemented Interfaces:
ParamPlugin,CoreComponent,Plugin
Plugin de gestion de configuration du manifest local.
- Author:
- pforhan; skerdudou
-
Constructor Summary
ConstructorsConstructorDescriptionManifestParamPlugin(ResourceManager resourceManager, Optional<String> manifestLocationOpt) Constructor. -
Method Summary
-
Constructor Details
-
ManifestParamPlugin
@Inject public ManifestParamPlugin(ResourceManager resourceManager, Optional<String> manifestLocationOpt) throws IOException Constructor.- Parameters:
resourceManager- Selector- 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
-