public class ToolProviders extends Object
ToolProvider
instances.Constructor and Description |
---|
ToolProviders() |
Modifier and Type | Method and Description |
---|---|
static ToolProvider |
getToolProvider(SourcePath sourcePath)
Creates a
ToolProvider from a SourcePath . |
public static ToolProvider getToolProvider(SourcePath sourcePath)
ToolProvider
from a SourcePath
. A path reference will just become a
HashedFileTool
referencing that path, and a build target reference will require that it
references a BinaryBuildRule
and use that's executable command.