类 CompareKey
java.lang.Object
litchi.util.jsonUtil.CompareKey
- 版本:
- 1.0.0
- 作者:
- Litchi
-
构造器概要
-
方法概要
修饰符和类型方法说明static void
CompareUtil
(File oldFile, File newFile, litchi.util.jsonUtil.CompareKey.OutWay outway)
-
构造器详细资料
-
CompareKey
public CompareKey()
-
-
方法详细资料
-
CompareUtil
public static void CompareUtil(File oldFile, File newFile, litchi.util.jsonUtil.CompareKey.OutWay outway) throws IOException - 参数:
oldFile
- 旧json文件newFile
- 新json文件outway
- 输出方式,OutWay类型,如OutWay.OUTFILE,以文件的方式输出- 抛出:
IOException
-