public class GlobalConfigParser extends Object
| Constructor and Description |
|---|
GlobalConfigParser() |
| Modifier and Type | Method and Description |
|---|---|
static GlobalConfig |
parse(String input,
String origin)
Parse a raw configuration into a
GlobalConfig. |
public static GlobalConfig parse(String input, String origin)
GlobalConfig.input - the raw string input.origin - the origin of the configuration. If null / none provided then localhost is assumed.Copyright © 2024 Couchbase, Inc.. All rights reserved.