public abstract class RedexOptions extends Object implements AddsToRuleKey
Constructor and Description |
---|
RedexOptions() |
Modifier and Type | Method and Description |
---|---|
abstract Tool |
getRedex() |
abstract Optional<SourcePath> |
getRedexConfig() |
abstract com.google.common.collect.ImmutableList<Arg> |
getRedexExtraArgs() |
static RedexOptions |
of(Tool redex,
Optional<SourcePath> redexConfig,
com.google.common.collect.ImmutableList<Arg> redexExtraArgs) |
public abstract Tool getRedex()
public abstract Optional<SourcePath> getRedexConfig()
public abstract com.google.common.collect.ImmutableList<Arg> getRedexExtraArgs()
public static RedexOptions of(Tool redex, Optional<SourcePath> redexConfig, com.google.common.collect.ImmutableList<Arg> redexExtraArgs)