public interface FormatterProvider
Note: This interface is meant to be consumed by Roaster only.
| Modifier and Type | Method and Description |
|---|---|
String |
format(Properties properties,
String source)
Format the source code, given the required
Properties. |
String |
format(String source)
Format the provided source code.
|
String format(String source)
source - a Java source file contentString format(Properties properties, String source)
Properties. The properties are meant to interpreted
implementation specific.properties - implementation specific formatting optionssource - a Java source file contentCopyright © 2019 JBoss by Red Hat. All rights reserved.