Uses of Class
com.google.errorprone.ErrorProneFlags.Builder
Packages that use ErrorProneFlags.Builder
-
Uses of ErrorProneFlags.Builder in com.google.errorprone
Methods in com.google.errorprone that return ErrorProneFlags.BuilderModifier and TypeMethodDescriptionstatic ErrorProneFlags.Builder
ErrorProneFlags.builder()
Given a String custom flag in the format"-XepOpt:FlagName=Value"
, places the flag in this builder's dictionary, e.g.Puts a key-value pair directly in this builder's dictionary.