Class ConfigurationParser

java.lang.Object
kieker.tools.settings.ConfigurationParser

public class ConfigurationParser extends Object
Parse configuration settings and fill them into a settings object.
Since:
2.0.0
Author:
Reiner Jung
  • Constructor Details

    • ConfigurationParser

      public ConfigurationParser(String prefix, Object settings)
      Setup configuration parser for the given settings object and with a configuration parameter name prefix.
      Parameters:
      prefix - prefix used for all parameters relevant for this tool. In case no prefix should be used, pass an empty string or null.
      settings -
  • Method Details

    • parse

      public void parse(Configuration configuration) throws com.beust.jcommander.ParameterException
      Throws:
      com.beust.jcommander.ParameterException