public class InferDistFromTargetProvider extends Object implements ToolProvider
| Constructor and Description |
|---|
InferDistFromTargetProvider(UnconfiguredBuildTarget target,
String binary,
String source) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<BuildTarget> |
getParseTimeDeps(TargetConfiguration targetConfiguration) |
Tool |
resolve(BuildRuleResolver resolver,
TargetConfiguration targetConfiguration) |
public InferDistFromTargetProvider(UnconfiguredBuildTarget target, String binary, String source)
public Tool resolve(BuildRuleResolver resolver, TargetConfiguration targetConfiguration)
resolve in interface ToolProviderTool object.public Iterable<BuildTarget> getParseTimeDeps(TargetConfiguration targetConfiguration)
getParseTimeDeps in interface ToolProvider