Package org.apache.dubbo.common.config
Class SystemConfiguration
java.lang.Object
org.apache.dubbo.common.config.SystemConfiguration
- All Implemented Interfaces:
Configuration
Configuration from system properties
-
Field Summary
Fields inherited from interface org.apache.dubbo.common.config.Configuration
interfaceLevelLogger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.common.config.Configuration
containsKey, convert, getBoolean, getBoolean, getBoolean, getInt, getInt, getInteger, getProperty, getProperty, getString, getString
-
Constructor Details
-
SystemConfiguration
public SystemConfiguration()
-
-
Method Details
-
getInternalProperty
- Specified by:
getInternalPropertyin interfaceConfiguration
-
getProperties
-