Can the Eclipse Java formatter be used stand-alone

前端 未结 3 387
鱼传尺愫
鱼传尺愫 2020-12-03 01:59

Is there a way to use the formatter that comes with eclipse, outside of eclipse? I would like to format some java files using my formatter.xml file that I have configured u

3条回答
  •  暖寄归人
    2020-12-03 02:11

    Never tried to pull something like that off, but I remember seeing once a class called:

    org.eclipse.jdt.core.formatter.CodeFormatterApplication

    Perhaps that is some standalone entry point into the formatting mechanism, though I've never tried or investigated further.

提交回复
热议问题