Class Tools
- java.lang.Object
-
- com.facebook.buck.core.toolchain.tool.impl.Tools
-
-
Constructor Summary
Constructors Constructor Description Tools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Tool
resolveTool(SourcePath sourcePath, BuildRuleResolver resolver)
Resolves a tool from as an executable from a build target output or as a single fixed file.
-
-
-
Method Detail
-
resolveTool
public static Tool resolveTool(SourcePath sourcePath, BuildRuleResolver resolver)
Resolves a tool from as an executable from a build target output or as a single fixed file.
-
-