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 FormatPreferences
ImplJSources.format
private final FormatPreferences
SourceFileWriter.format
Methods in org.jboss.jdeparser that return FormatPreferencesModifier and TypeMethodDescription(package private) FormatPreferences
SourceFileWriter.getFormat()
Methods in org.jboss.jdeparser with parameters of type FormatPreferencesModifier and TypeMethodDescriptionvoid
CommentIndentation.addIndent
(Indent next, FormatPreferences preferences, StringBuilder lineBuffer) void
ConfigIndent.addIndent
(Indent next, FormatPreferences preferences, StringBuilder lineBuffer) void
Indent.addIndent
(Indent next, FormatPreferences preferences, StringBuilder lineBuffer) static JSources
JDeparser.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)