Class AlgorithmSwitchingInitializer

java.lang.Object
lib.pwss.algorithm_switch.AlgorithmSwitchingInitializer

public final class AlgorithmSwitchingInitializer extends Object
This class is responsible for initializing the algorithm switching function. It writes configuration values to a properties file if it does not already exist.
  • Constructor Details

    • AlgorithmSwitchingInitializer

      public AlgorithmSwitchingInitializer()
  • Method Details

    • initAlgorithmSwitchingFunction

      public final void initAlgorithmSwitchingFunction()
      Initializes the algorithm switching function by writing default configuration values to a properties file. If the properties file already exists, this method will return without making any changes.