Class GlobalConfigParser

java.lang.Object
com.couchbase.client.core.config.GlobalConfigParser

public class GlobalConfigParser extends Object
  • Constructor Details

    • GlobalConfigParser

      public GlobalConfigParser()
  • Method Details

    • parse

      public static GlobalConfig parse(String input, String origin)
      Parse a raw configuration into a GlobalConfig.
      Parameters:
      input - the raw string input.
      origin - the origin of the configuration. If null / none provided then localhost is assumed.
      Returns:
      the parsed bucket configuration.