public class DefaultToolchainProviderFactory extends Object implements ToolchainProviderFactory
| Constructor and Description |
|---|
DefaultToolchainProviderFactory(org.pf4j.PluginManager pluginManager,
com.google.common.collect.ImmutableMap<String,String> environment,
ProcessExecutor processExecutor,
ExecutableFinder executableFinder) |
| Modifier and Type | Method and Description |
|---|---|
ToolchainProvider |
create(BuckConfig buckConfig,
ProjectFilesystem projectFilesystem,
RuleKeyConfiguration ruleKeyConfiguration) |
public DefaultToolchainProviderFactory(org.pf4j.PluginManager pluginManager,
com.google.common.collect.ImmutableMap<String,String> environment,
ProcessExecutor processExecutor,
ExecutableFinder executableFinder)
public ToolchainProvider create(BuckConfig buckConfig, ProjectFilesystem projectFilesystem, RuleKeyConfiguration ruleKeyConfiguration)
create in interface ToolchainProviderFactory