public abstract class NativeLinkableCacheKey extends Object
Constructor and Description |
---|
NativeLinkableCacheKey() |
Modifier and Type | Method and Description |
---|---|
abstract CxxPlatform |
getCxxPlatform() |
abstract Flavor |
getFlavor() |
abstract boolean |
getForceLinkWhole() |
abstract Linker.LinkableDepType |
getType() |
static NativeLinkableCacheKey |
of(Flavor flavor,
Linker.LinkableDepType type,
boolean forceLinkWhole,
CxxPlatform cxxPlatform) |
public static NativeLinkableCacheKey of(Flavor flavor, Linker.LinkableDepType type, boolean forceLinkWhole, CxxPlatform cxxPlatform)
public abstract Flavor getFlavor()
public abstract Linker.LinkableDepType getType()
public abstract boolean getForceLinkWhole()
@Value.Auxiliary public abstract CxxPlatform getCxxPlatform()