Class ConfigurationParser

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

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

    Constructors 
    Constructor Description
    ConfigurationParser​(java.lang.String prefix, java.lang.Object settings)
    Setup configuration parser for the given settings object and with a configuration parameter name prefix.
  • Method Summary

    Modifier and Type Method Description
    void parse​(Configuration configuration)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigurationParser

      public ConfigurationParser​(java.lang.String prefix, java.lang.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