Package com.facebook.buck.core.toolchain
Interface ToolchainProviderFactory
-
- All Known Implementing Classes:
DefaultToolchainProviderFactory
public interface ToolchainProviderFactory
A factory that is used whenToolchainProvider
needs to be created without depending on a specific implementation ofToolchainProvider
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToolchainProvider
create(BuckConfig buckConfig, ProjectFilesystem projectFilesystem, RuleKeyConfiguration ruleKeyConfiguration)
-
-
-
Method Detail
-
create
ToolchainProvider create(BuckConfig buckConfig, ProjectFilesystem projectFilesystem, RuleKeyConfiguration ruleKeyConfiguration)
-
-