Class FileSystemNpmVersions
java.lang.Object
tech.jhipster.lite.npm.infrastructure.secondary.FileSystemNpmVersions
- All Implemented Interfaces:
NpmVersions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(NpmPackageName packageName, NpmVersionSource source) Get the npm package version from the given sourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tech.jhipster.lite.npm.domain.NpmVersions
get
-
Constructor Details
-
FileSystemNpmVersions
-
-
Method Details
-
get
Description copied from interface:NpmVersionsGet the npm package version from the given source- Specified by:
getin interfaceNpmVersions- Parameters:
packageName- name of the package to get the version forsource- source folder for this version- Returns:
- The version
-