public interface CodeFormatter
| Modifier and Type | Method and Description |
|---|---|
FileExtension |
fileExtension() |
void |
format(InputStream content,
LineRanges lineRanges,
OutputStream formattedContent) |
boolean |
validate(InputStream content) |
FileExtension fileExtension()
void format(InputStream content, LineRanges lineRanges, OutputStream formattedContent)
boolean validate(InputStream content)
Copyright © 2019 Cosium. All rights reserved.