public interface ConfigChangeParser
| Modifier and Type | Method and Description |
|---|---|
Map<String,ConfigChangeItem> |
doParse(String oldContent,
String newContent,
String type)
compare old and new data
|
boolean |
isResponsibleFor(String type)
judge type
|
boolean isResponsibleFor(String type)
type - Map<String,ConfigChangeItem> doParse(String oldContent, String newContent, String type) throws IOException
oldContent - newContent - type - IOExceptionCopyright © 2018–2020 Alibaba Group. All rights reserved.