public abstract class AdbConfig extends Object implements ConfigView<BuckConfig>
| Constructor and Description |
|---|
AdbConfig() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<String> |
getAdbRapidInstallTypes() |
abstract BuckConfig |
getDelegate() |
boolean |
getMultiInstallMode() |
boolean |
getRestartAdbOnFailure() |
static AdbConfig |
of(BuckConfig delegate) |
public abstract BuckConfig getDelegate()
getDelegate in interface ConfigView<BuckConfig>public static AdbConfig of(BuckConfig delegate)
@Value.Lazy public boolean getRestartAdbOnFailure()
@Value.Lazy public com.google.common.collect.ImmutableList<String> getAdbRapidInstallTypes()
@Value.Lazy public boolean getMultiInstallMode()