Uses of Enum Class
tech.jhipster.lite.module.domain.nodejs.NodePackageManager
Packages that use NodePackageManager
Package
Description
-
Uses of NodePackageManager in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain with parameters of type NodePackageManagerModifier and TypeMethodDescriptionstatic ScriptCommandJHipsterModule.runScriptCommandWith(NodePackageManager nodePackageManager, String otherScript) -
Uses of NodePackageManager in tech.jhipster.lite.module.domain.nodejs
Methods in tech.jhipster.lite.module.domain.nodejs that return NodePackageManagerModifier and TypeMethodDescriptionstatic NodePackageManagerNodePackageManager.fromPropertyKey(String input) static NodePackageManagerReturns the enum constant of this class with the specified name.static NodePackageManager[]NodePackageManager.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.jhipster.lite.module.domain.nodejs with parameters of type NodePackageManagerModifier and TypeMethodDescriptiondefault NodePackageVersionNodeVersions.packageManagerVersion(NodePackageManager nodePackageManager) voidNodeLazyPackagesInstaller.runInstallIn(JHipsterProjectFolder folder, NodePackageManager nodePackageManager) -
Uses of NodePackageManager in tech.jhipster.lite.module.domain.properties
Methods in tech.jhipster.lite.module.domain.properties that return NodePackageManager