Package com.couchbase.client.core.config
Class ProposedGlobalConfigContext
java.lang.Object
com.couchbase.client.core.config.ProposedGlobalConfigContext
This context keeps together a bunch of related information needed to turn a raw
config into a parsed one.
- Since:
- 2.0.0
- Author:
- Michael Nitschinger
-
Constructor Summary
ConstructorDescriptionProposedGlobalConfigContext
(String config, String origin) Creates a new proposed bucket config context.ProposedGlobalConfigContext
(String config, String origin, boolean forcesOverride) -
Method Summary
-
Constructor Details
-
ProposedGlobalConfigContext
Creates a new proposed bucket config context.- Parameters:
config
- the raw config, must not be null.origin
- the origin of the config, can be null.
-
ProposedGlobalConfigContext
-
-
Method Details
-
config
-
origin
Returns the origin, might be null.- Returns:
- the origin if set, null otherwise.
-
forcesOverride
public boolean forcesOverride() -
forceOverride
-
equals
-
hashCode
public int hashCode() -
toString
-