| Package | Description |
|---|---|
| io.spring.javaformat.formatter |
| Modifier and Type | Method and Description |
|---|---|
FileEdit |
FileFormatter.formatFile(File file,
Charset encoding)
Format the the given source file and return a
FileEdit instance. |
| Modifier and Type | Method and Description |
|---|---|
Stream<FileEdit> |
FileFormatter.formatFiles(Iterable<File> files,
Charset encoding)
|
Stream<FileEdit> |
FileFormatter.formatFiles(Stream<File> files,
Charset encoding)
|
Copyright © 2018. All rights reserved.