Package com.couchbase.client.core.env
Class SystemPropertyPropertyLoader
java.lang.Object
com.couchbase.client.core.env.AbstractMapPropertyLoader<CoreEnvironment.Builder<?>>
com.couchbase.client.core.env.SystemPropertyPropertyLoader
- All Implemented Interfaces:
PropertyLoader<CoreEnvironment.Builder<?>>
public class SystemPropertyPropertyLoader
extends AbstractMapPropertyLoader<CoreEnvironment.Builder<?>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the property map which should be loaded.Methods inherited from class com.couchbase.client.core.env.AbstractMapPropertyLoader
load
-
Constructor Details
-
SystemPropertyPropertyLoader
public SystemPropertyPropertyLoader() -
SystemPropertyPropertyLoader
-
-
Method Details
-
propertyMap
Description copied from class:AbstractMapPropertyLoader
Returns the property map which should be loaded.- Specified by:
propertyMap
in classAbstractMapPropertyLoader<CoreEnvironment.Builder<?>>
- Returns:
- the property map to load.
-