Class ErrorToolProvider
- java.lang.Object
-
- com.facebook.buck.core.toolchain.toolprovider.impl.ErrorToolProvider
-
- All Implemented Interfaces:
ToolProvider
public class ErrorToolProvider extends Object implements ToolProvider
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ErrorToolProvider
from(String format, Object... args)
Iterable<BuildTarget>
getParseTimeDeps(TargetConfiguration targetConfiguration)
Tool
resolve(BuildRuleResolver resolver, TargetConfiguration targetConfiguration)
-
-
-
Method Detail
-
from
public static ErrorToolProvider from(String format, Object... args)
-
resolve
public Tool resolve(BuildRuleResolver resolver, TargetConfiguration targetConfiguration)
- Specified by:
resolve
in interfaceToolProvider
- Returns:
- the provided
Tool
object.
-
getParseTimeDeps
public Iterable<BuildTarget> getParseTimeDeps(TargetConfiguration targetConfiguration)
- Specified by:
getParseTimeDeps
in interfaceToolProvider
- Returns:
- any dependencies required at parse time to support the provided tool.
-
-