Class ManifestParamPlugin

java.lang.Object
io.vertigo.core.plugins.param.manifest.ManifestParamPlugin
All Implemented Interfaces:
ParamPlugin, CoreComponent, Plugin

public final class ManifestParamPlugin extends Object implements ParamPlugin
Plugin de gestion de configuration du manifest local.
Author:
pforhan; skerdudou
  • Constructor Details

  • Method Details

    • getParam

      public Optional<Param> getParam(String paramName)
      Returns a configuration parameter. Returns none if the parameter is not managed.
      Specified by:
      getParam in interface ParamPlugin
      Parameters:
      paramName - Name of the parameter
      Returns:
      Value of the parameter