public interface RuleAnalysisLegacyToolchain
Toolchain
s to be exposed in a generic way to the rule analysis graph via
providers.Modifier and Type | Method and Description |
---|---|
ProviderInfoCollection |
getProviders(DependencyOnlyRuleAnalysisContext context,
TargetConfiguration targetConfiguration) |
void |
visitToolDependencies(TargetConfiguration targetConfiguration,
java.util.function.Consumer<BuildTarget> builder)
Add the dependencies for this toolchain to the graph.
|
ProviderInfoCollection getProviders(DependencyOnlyRuleAnalysisContext context, TargetConfiguration targetConfiguration)
void visitToolDependencies(TargetConfiguration targetConfiguration, java.util.function.Consumer<BuildTarget> builder)
targetConfiguration
- the configuration this toolchain will be used inbuilder
- the builder to add dependencies to