Class SystemPropertyParamPlugin

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

public final class SystemPropertyParamPlugin extends Object implements ParamPlugin
Plugin de gestion de configuration des propriétés system.
Author:
mlaroche
  • Constructor Details

    • SystemPropertyParamPlugin

      public SystemPropertyParamPlugin()
  • 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