-
- All Implemented Interfaces:
public abstract class PnpmExecRunner
-
-
Field Summary
Fields Modifier and Type Field Description private final ProviderFactory
providers
-
Constructor Summary
Constructors Constructor Description PnpmExecRunner()
-
Method Summary
Modifier and Type Method Description abstract ProviderFactory
getProviders()
final ExecResult
executePnpmCommand(ProjectApiHelper project, NodeExtension extension, NodeExecConfiguration nodeExecConfiguration, VariantComputer variants)
-
-
Method Detail
-
getProviders
@Inject() abstract ProviderFactory getProviders()
-
executePnpmCommand
final ExecResult executePnpmCommand(ProjectApiHelper project, NodeExtension extension, NodeExecConfiguration nodeExecConfiguration, VariantComputer variants)
-
-
-
-