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 FormatPreferences
ImplJSources. format
private FormatPreferences
SourceFileWriter. format
Methods in org.jboss.jdeparser that return FormatPreferences Modifier and Type Method Description (package private) FormatPreferences
SourceFileWriter. getFormat()
Methods in org.jboss.jdeparser with parameters of type FormatPreferences Modifier and Type Method Description void
CommentIndentation. addIndent(Indent next, FormatPreferences preferences, java.lang.StringBuilder lineBuffer)
void
ConfigIndent. addIndent(Indent next, FormatPreferences preferences, java.lang.StringBuilder lineBuffer)
void
Indent. addIndent(Indent next, FormatPreferences preferences, java.lang.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 FormatPreferences Constructor Description ImplJSources(JFiler filer, FormatPreferences format)
SourceFileWriter(FormatPreferences format, java.io.Writer writer)
-