public class FormatterProfileReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static FormatterProfileReader |
fromEclipseXml(InputStream inputStream)
Creates a new
FormatterProfileReader instance |
Properties |
getDefaultProperties() |
Set<String> |
getProfileNames()
Returns the profile names in this
FormatterProfileReader |
Properties |
getPropertiesFor(String formatterName)
Returns the
Properties related to the formatter name |
public static FormatterProfileReader fromEclipseXml(InputStream inputStream) throws IOException
FormatterProfileReader instanceinputStream - a XML with the Eclipse Formatter formatIOExceptionpublic Properties getDefaultProperties()
FormatterProfileReaderpublic Properties getPropertiesFor(String formatterName)
Properties related to the formatter namepublic Set<String> getProfileNames()
FormatterProfileReaderCopyright © 2016 JBoss by Red Hat. All rights reserved.