public enum LinkerMapMode extends Enum<LinkerMapMode> implements FlavorConvertible
Enum Constant and Description |
---|
NO_LINKER_MAP |
Modifier and Type | Field and Description |
---|---|
static FlavorDomain<LinkerMapMode> |
FLAVOR_DOMAIN |
Modifier and Type | Method and Description |
---|---|
Flavor |
getFlavor() |
static boolean |
isLinkerMapEnabledForBuildTarget(BuildTarget buildTarget) |
static BuildTarget |
removeLinkerMapModeFlavorInTarget(BuildTarget buildTarget,
Optional<LinkerMapMode> flavoredLinkerMapMode) |
static BuildTarget |
restoreLinkerMapModeFlavorInTarget(BuildTarget buildTarget,
Optional<LinkerMapMode> flavoredLinkerMapMode) |
static LinkerMapMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkerMapMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkerMapMode NO_LINKER_MAP
public static final FlavorDomain<LinkerMapMode> FLAVOR_DOMAIN
public static LinkerMapMode[] values()
for (LinkerMapMode c : LinkerMapMode.values()) System.out.println(c);
public static LinkerMapMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Flavor getFlavor()
getFlavor
in interface FlavorConvertible
public static boolean isLinkerMapEnabledForBuildTarget(BuildTarget buildTarget)
public static BuildTarget removeLinkerMapModeFlavorInTarget(BuildTarget buildTarget, Optional<LinkerMapMode> flavoredLinkerMapMode)
public static BuildTarget restoreLinkerMapModeFlavorInTarget(BuildTarget buildTarget, Optional<LinkerMapMode> flavoredLinkerMapMode)