public abstract class ManifestEntries extends Object implements AddsToRuleKey
Modifier and Type | Class and Description |
---|---|
static class |
ManifestEntries.Builder |
Constructor and Description |
---|
ManifestEntries() |
Modifier and Type | Method and Description |
---|---|
static ManifestEntries.Builder |
builder() |
static ManifestEntries |
empty() |
abstract Optional<Boolean> |
getDebugMode() |
abstract Optional<Integer> |
getMinSdkVersion() |
abstract Optional<com.google.common.collect.ImmutableMap<String,String>> |
getPlaceholders() |
abstract Optional<Integer> |
getTargetSdkVersion() |
abstract Optional<Integer> |
getVersionCode() |
abstract Optional<String> |
getVersionName() |
boolean |
hasAny() |
public abstract Optional<com.google.common.collect.ImmutableMap<String,String>> getPlaceholders()
public boolean hasAny()
public static ManifestEntries empty()
public static ManifestEntries.Builder builder()