接口 ConfigChangeParser
public interface ConfigChangeParser
ConfigChangeParser.
- 作者:
- rushsky518
-
方法概要
-
方法详细资料
-
isResponsibleFor
Judge type.- 参数:
type- data type- 返回:
- true if is responsible type, otherwise false
-
doParse
Map<String,ConfigChangeItem> doParse(String oldContent, String newContent, String type) throws IOExceptionCompare old and new data.- 参数:
oldContent- old contentnewContent- new contenttype- data type- 返回:
- key and change item map
- 抛出:
IOException- io exception
-