public enum HardenStrings

  1. Object
  2. Enum<HardenStrings>
  3. 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

DEFAULTSay 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

DEFAULT
Say nothing, and let the build server apply its own default.

OFF

OFF

CONSTANTS

CONSTANTS

ALL

ALL

Method details

values

public static HardenStrings[] values()

valueOf

public static HardenStrings valueOf(String name)