LamGC / java-utils

一个不断更新(个鬼),良好的开发工具库,减少不必要的时间开发重复的功能。A continuously updated, good development tool library, reducing unnecessary time to develop duplicate functions.
Apache License 2.0
2 stars 1 forks source link

将 ArgumentsProperties 调整为适配 Commons-Cli 中的 CommandLineParser ,然后移除弃用状态 #4

Open LamGC opened 4 years ago

LamGC commented 4 years ago

计划将 ArgumentsProperties 实现 Commons-Cli 中的 CommandLineParser 接口,然后移除其 @Deprecated 注解(意识到Commons-Cli中的组件不能维持当前 ArgumentsRunner 的功能,如果合并的话效果或许会好很多。)

LamGC commented 4 years ago

改成通过 ArgumentsProperties 做一个 CommandLineParser 的实现,保留 ArgumentsProperties 并移除 @Deprecated 注解来保持兼容性好一些吧,ArgumentsProperties 目前也没发现什么使用上的问题。