接口 ConfigChangeParser


public interface ConfigChangeParser
ConfigChangeParser.
作者:
rushsky518
  • 方法详细资料

    • isResponsibleFor

      boolean isResponsibleFor(String type)
      Judge type.
      参数:
      type - data type
      返回:
      true if is responsible type, otherwise false
    • doParse

      Map<String,​ConfigChangeItem> doParse(String oldContent, String newContent, String type) throws IOException
      Compare old and new data.
      参数:
      oldContent - old content
      newContent - new content
      type - data type
      返回:
      key and change item map
      抛出:
      IOException - io exception