public abstract class RuleAnalysisConfig extends Object implements ConfigView<BuckConfig>
| Constructor and Description |
|---|
RuleAnalysisConfig() |
| Modifier and Type | Method and Description |
|---|---|
RuleAnalysisComputationMode |
getComputationMode() |
abstract BuckConfig |
getDelegate() |
static RuleAnalysisConfig |
of(BuckConfig delegate) |
public abstract BuckConfig getDelegate()
getDelegate in interface ConfigView<BuckConfig>public static RuleAnalysisConfig of(BuckConfig delegate)
public RuleAnalysisComputationMode getComputationMode()