Uses of Class
org.jboss.jdeparser.FormatPreferences.Opt
-
-
Uses of FormatPreferences.Opt in org.jboss.jdeparser
Fields in org.jboss.jdeparser with type parameters of type FormatPreferences.Opt Modifier and Type Field Description private static java.util.EnumSet<FormatPreferences.Opt>FormatPreferences. DEFAULT_OPTSprivate java.util.EnumSet<FormatPreferences.Opt>FormatPreferences. optionsMethods in org.jboss.jdeparser that return FormatPreferences.Opt Modifier and Type Method Description static FormatPreferences.OptFormatPreferences.Opt. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FormatPreferences.Opt[]FormatPreferences.Opt. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.jdeparser with parameters of type FormatPreferences.Opt Modifier and Type Method Description voidFormatPreferences. addOption(FormatPreferences.Opt... opts)Add option flags to these preferences.booleanFormatPreferences. hasOption(FormatPreferences.Opt opt)Determine whether the given option flag is set on these preferences.voidFormatPreferences. removeOption(FormatPreferences.Opt... opts)Remove option flags from these preferences.
-