Class FrontendPluginFactory
java.lang.Object
com.github.eirslett.maven.plugins.frontend.lib.FrontendPluginFactory
-
Constructor Summary
ConstructorsConstructorDescriptionFrontendPluginFactory(File workingDirectory, File installDirectory) FrontendPluginFactory(File workingDirectory, File installDirectory, CacheResolver cacheResolver) -
Method Summary
Modifier and TypeMethodDescriptiongetBowerRunner(ProxyConfig proxy) getBunInstaller(ProxyConfig proxy) getBunRunner(ProxyConfig proxy, String npmRegistryURL) getNodeInstaller(ProxyConfig proxy) getNPMInstaller(ProxyConfig proxy) getNpmRunner(ProxyConfig proxy, String npmRegistryURL) getNpxRunner(ProxyConfig proxy, String npmRegistryURL) getPnpmInstaller(ProxyConfig proxy) getPnpmRunner(ProxyConfig proxyConfig, String npmRegistryUrl) getYarnInstaller(ProxyConfig proxy) getYarnRunner(ProxyConfig proxy, String npmRegistryURL)
-
Constructor Details
-
FrontendPluginFactory
-
FrontendPluginFactory
public FrontendPluginFactory(File workingDirectory, File installDirectory, CacheResolver cacheResolver)
-
-
Method Details
-
getBunInstaller
-
getNodeInstaller
-
getNPMInstaller
-
getPnpmInstaller
-
getYarnInstaller
-
getBowerRunner
-
getBunRunner
-
getJspmRunner
-
getNpmRunner
-
getPnpmRunner
-
getNpxRunner
-
getYarnRunner
-
getGruntRunner
-
getEmberRunner
-
getKarmaRunner
-
getGulpRunner
-
getWebpackRunner
-