Java 가져 오기를 최적화하기위한 명령 줄 도구를 찾으려면 Google Java Style Formatter을 확인하십시오. 그것은 수입 해결 할 수있는 옵션을 제공합니다 : 당신은 내가 여러 장소에서이 답변을 게시 한 문제가있는 경우, 나는이 질문에 대한 답을 찾고 3 시간 동안
을
$ java -jar google-java-format-1.4-all-deps.jar
no files were provided
Usage: google-java-format [options] file(s)
Options:
-i, -r, -replace, --replace
Send formatted output back to files, not stdout.
-
Format stdin -> stdout
--aosp, -aosp, -a
Use AOSP style instead of Google Style (4-space indentation)
--fix-imports-only
Fix import order and remove any unused imports, but do no other formatting.
--skip-sorting-imports
Do not fix the import order. Unused imports will still be removed.
--skip-removing-unused-imports
Do not remove unused imports. Imports will still be sorted.
--length, -length
Character length to format.
--lines, -lines, --line, -line
Line range(s) to format, like 5:10 (1-based; default is all).
--offset, -offset
Character offset to format (0-based; default is all).
--help, -help, -h
Print this usage statement
--version, -version, -v
Print the version.
If -i is given with -, the result is sent to stdout.
The --lines, --offset, and --length flags may be given more than once.
The --offset and --length flags must be given an equal number of times.
If --lines, --offset, or --length are given, only one file (or -) may be given.
google-java-format: Version 1.0
https://github.com/google/google-java-format
나는 중 하나를 좋아하지 않았다 비슷한 여러 질문에서 본 답변. 저를 괴롭히는 대신 그 중복 된 질문을 정리할 수 있습니까?