Uses of Class
org.jboss.jdeparser.FormatPreferences
-
-
Uses of FormatPreferences in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as FormatPreferences Modifier and Type Field Description private FormatPreferencesImplJSources. formatprivate FormatPreferencesSourceFileWriter. formatMethods in org.jboss.jdeparser that return FormatPreferences Modifier and Type Method Description (package private) FormatPreferencesSourceFileWriter. getFormat()Methods in org.jboss.jdeparser with parameters of type FormatPreferences Modifier and Type Method Description voidCommentIndentation. addIndent(Indent next, FormatPreferences preferences, java.lang.StringBuilder lineBuffer)voidConfigIndent. addIndent(Indent next, FormatPreferences preferences, java.lang.StringBuilder lineBuffer)voidIndent. addIndent(Indent next, FormatPreferences preferences, java.lang.StringBuilder lineBuffer)static JSourcesJDeparser. createSources(JFiler filer, FormatPreferences format)Create a new source generation collection.Constructors in org.jboss.jdeparser with parameters of type FormatPreferences Constructor Description ImplJSources(JFiler filer, FormatPreferences format)SourceFileWriter(FormatPreferences format, java.io.Writer writer)
-