public class ConstantToolProvider extends Object implements ToolProvider
Constructor and Description |
---|
ConstantToolProvider(Tool tool) |
Modifier and Type | Method and Description |
---|---|
Iterable<BuildTarget> |
getParseTimeDeps(TargetConfiguration targetConfiguration) |
Tool |
resolve(BuildRuleResolver resolver,
TargetConfiguration targetConfiguration) |
public ConstantToolProvider(Tool tool)
public Tool resolve(BuildRuleResolver resolver, TargetConfiguration targetConfiguration)
resolve
in interface ToolProvider
Tool
object.public Iterable<BuildTarget> getParseTimeDeps(TargetConfiguration targetConfiguration)
getParseTimeDeps
in interface ToolProvider