Package | Description |
---|---|
com.google.errorprone |
Modifier and Type | Method and Description |
---|---|
ErrorProneFlags.Builder |
ErrorProneFlags.Builder.parseFlag(String flag)
Given a String custom flag in the format
"-XepOpt:FlagName=Value" , places the flag in
this builder's dictionary, e.g. |
ErrorProneFlags.Builder |
ErrorProneFlags.Builder.putFlag(String key,
String value)
Puts a key-value pair directly in this builder's dictionary.
|
Copyright © 2019. All rights reserved.