Eclipse Java 格式化程序的命令行
我只是想知道是否有 eclipse java 文件格式化程序的命令行工具。 或者如果有一个 ant 任务来执行它。
在我的场景中,有 2 个 java 格式化程序,一个用于 android 格式化程序,另一个是我们的内部格式化程序。
所以我们必须在这两个格式化程序之间进行更改。
I just wonder if there is a command line tool for eclipse java file formatter.
Or if there is an ant task to execute it.
In my scenario, there are 2 java formatters, one is for android formatter, the other is our internal formatter.
So we have to change it between these two formatter.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定您到底在寻找什么,但如果我猜对的话,它是这样的: 使用 eclipse-code-formatter 格式化您的代码。
这描述了如何使用命令行执行 eclipse 内置格式化程序。您还可以启用每个项目的格式。
Not sure what exactly you are looking for but if im guessing correctly it is something like this: formatting-your-code-using-the-eclipse-code-formatter.
This describes how to execute the eclipse built in formatter using the command line. You can also enable the format per project.