Class NpmDetection
-
- All Implemented Interfaces:
public final class NpmDetectionA class to detect the package managers used for the give definitionFiles.
-
-
Constructor Summary
Constructors Constructor Description NpmDetection(Collection<File> definitionFiles)
-
Method Summary
Modifier and Type Method Description final List<File>filterApplicable(NodePackageManager manager)Return those definitionFiles that define root projects for the given manager. -
-
Constructor Detail
-
NpmDetection
NpmDetection(Collection<File> definitionFiles)
-
-
Method Detail
-
filterApplicable
final List<File> filterApplicable(NodePackageManager manager)
Return those definitionFiles that define root projects for the given manager.
-
-
-
-