Package com.couchbase.client.core.config
Class GlobalConfigParser
java.lang.Object
com.couchbase.client.core.config.GlobalConfigParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GlobalConfigParse a raw configuration into aGlobalConfig.
-
Constructor Details
-
GlobalConfigParser
public GlobalConfigParser()
-
-
Method Details
-
parse
Parse a raw configuration into aGlobalConfig.- 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.
-