Class RevelcXmlFormatterWrapper
java.lang.Object
de.funfried.netbeans.plugins.external.formatter.xml.revelc.RevelcXmlFormatterWrapper
Wrapper class to the revelc.net formatter implementation.
- Author:
- bahlef
-
Method Summary
Modifier and TypeMethodDescriptionformat
(String code, String lineFeed, FormattingPreferences prefs) Formats the givencode
with the given configurations and returns the formatted code.
-
Method Details
-
format
Formats the givencode
with the given configurations and returns the formatted code.- Parameters:
code
- the unformatted codelineFeed
- the line feed to use for formattingprefs
- theFormattingPreferences
- Returns:
- the formatted code
-