Object NodePackageManager.Companion
-
- All Implemented Interfaces:
public class NodePackageManager.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringDEFINITION_FILEpublic final static NodePackageManager.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Set<NodePackageManager>forDirectory(File projectDir)Return the set of package managers that are most likely responsible for the given projectDir. -
-
Method Detail
-
forDirectory
final Set<NodePackageManager> forDirectory(File projectDir)
Return the set of package managers that are most likely responsible for the given projectDir.
-
-
-
-