Package com.alibaba.nacos.sys.env
Class OriginTrackedPropertiesLoader
java.lang.Object
com.alibaba.nacos.sys.env.OriginTrackedPropertiesLoader
copy from springboot to load properties file.
- Author:
- liaochuntao
-
Method Details
-
load
Load.propertiesdata and return a map ofString->OriginTrackedValue.- Returns:
- the loaded properties
- Throws:
IOException- on read error
-
load
public Map<String,org.springframework.boot.origin.OriginTrackedValue> load(boolean expandLists) throws IOException Load.propertiesdata and return a map ofString->OriginTrackedValue.- Parameters:
expandLists- if listname[]=a,b,cshortcuts should be expanded- Returns:
- the loaded properties
- Throws:
IOException- on read error
-