Class ParamInitializerImpl

java.lang.Object
pl.decerto.hyperon.runtime.prefetch.ParamInitializerImpl
All Implemented Interfaces:
Initializer

public class ParamInitializerImpl extends Object implements Initializer
Author:
przemek hertel
  • Constructor Details

    • ParamInitializerImpl

      public ParamInitializerImpl()
  • Method Details

    • initialize

      public void initialize(String paramCode)
      This method gets the parameter using it code. If the value of the parameter is not found or the parameter is not found in the registered repository, the exception is thrown.
      Specified by:
      initialize in interface Initializer
      Parameters:
      paramCode - it's a code of parameter which was added to the list of parameters to prefetch