com.alibaba.dubbo.config.spring.util
Class PropertySourcesUtils

java.lang.Object
  extended by com.alibaba.dubbo.config.spring.util.PropertySourcesUtils

public abstract class PropertySourcesUtils
extends Object

PropertySources Utilities

Since:
2.5.8
Author:
Mercy
See Also:
PropertySources

Constructor Summary
PropertySourcesUtils()
           
 
Method Summary
static Map<String,String> getSubProperties(org.springframework.core.env.PropertySources propertySources, String prefix)
          Get Sub Properties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySourcesUtils

public PropertySourcesUtils()
Method Detail

getSubProperties

public static Map<String,String> getSubProperties(org.springframework.core.env.PropertySources propertySources,
                                                  String prefix)
Get Sub Properties

Parameters:
propertySources - PropertySources
prefix - the prefix of property name
Returns:
Map
See Also:
Properties


Copyright © 2012–2017 Alibaba. All rights reserved.