public interface FormatterProvider
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)
Propertiesproperties - implementation specific formatting optionssource - a Java source file contentCopyright © 2015 JBoss by Red Hat. All rights reserved.