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) 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
-
getNodeInstaller
-
getNPMInstaller
-
getPnpmInstaller
-
getYarnInstaller
-
getBowerRunner
-
getJspmRunner
-
getNpmRunner
-
getPnpmRunner
-
getNpxRunner
-
getYarnRunner
-
getGruntRunner
-
getEmberRunner
-
getKarmaRunner
-
getGulpRunner
-
getWebpackRunner
-