public enum HardenStrings
- Object
- Enum<HardenStrings>
- HardenStrings
ImplementsComparable<HardenStrings>
Accepted values of the harden.strings build hint.
Each constant’s @HintValue carries the string the build actually receives,
which is not always the constant’s own name.
Enum constants
DEFAULT | Say nothing, and let the build server apply its own default. |
OFF | |
CONSTANTS | |
ALL |
Methods
public static HardenStrings[] values() | |
public static HardenStrings valueOf(String name) |
Inherited methods
Enum constant details
DEFAULT
DEFAULTSay nothing, and let the build server apply its own default.
OFF
OFFCONSTANTS
CONSTANTSALL
ALLMethod details
values
public static HardenStrings[] values()valueOf
public static HardenStrings valueOf(String name)