public class ConfigChangeHandler extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static ConfigChangeHandler |
getInstance() |
Map<String,ConfigChangeItem> |
parseChangeData(String oldContent,
String newContent,
String type)
Parse changed data.
|
public static ConfigChangeHandler getInstance()
public Map<String,ConfigChangeItem> parseChangeData(String oldContent, String newContent, String type) throws IOException
oldContent - old datanewContent - new datatype - data typeIOException - io exceptionCopyright © 2018–2024 Alibaba Group. All rights reserved.