Uses of Class
org.jboss.jdeparser.FormatPreferences
-
Uses of FormatPreferences in org.jboss.jdeparser
Fields in org.jboss.jdeparser declared as FormatPreferencesModifier and TypeFieldDescriptionprivate final FormatPreferencesImplJSources.formatprivate final FormatPreferencesSourceFileWriter.formatMethods in org.jboss.jdeparser that return FormatPreferencesModifier and TypeMethodDescription(package private) FormatPreferencesSourceFileWriter.getFormat()Methods in org.jboss.jdeparser with parameters of type FormatPreferencesModifier and TypeMethodDescriptionvoidCommentIndentation.addIndent(Indent next, FormatPreferences preferences, StringBuilder lineBuffer) voidConfigIndent.addIndent(Indent next, FormatPreferences preferences, StringBuilder lineBuffer) voidIndent.addIndent(Indent next, FormatPreferences preferences, StringBuilder lineBuffer) static JSourcesJDeparser.createSources(JFiler filer, FormatPreferences format) Create a new source generation collection.Constructors in org.jboss.jdeparser with parameters of type FormatPreferencesModifierConstructorDescription(package private)ImplJSources(JFiler filer, FormatPreferences format) (package private)SourceFileWriter(FormatPreferences format, Writer writer)