public class ErrorToolProvider extends Object implements ToolProvider
Modifier and Type | Method and Description |
---|---|
static ErrorToolProvider |
from(String format,
Object... args) |
Iterable<BuildTarget> |
getParseTimeDeps(TargetConfiguration targetConfiguration) |
Tool |
resolve(BuildRuleResolver resolver,
TargetConfiguration targetConfiguration) |
public static ErrorToolProvider from(String format, Object... args)
public Tool resolve(BuildRuleResolver resolver, TargetConfiguration targetConfiguration)
resolve
in interface ToolProvider
Tool
object.public Iterable<BuildTarget> getParseTimeDeps(TargetConfiguration targetConfiguration)
getParseTimeDeps
in interface ToolProvider