Class FileSystemNpmVersions

java.lang.Object
tech.jhipster.lite.npm.infrastructure.secondary.FileSystemNpmVersions
All Implemented Interfaces:
NpmVersions

@Repository public class FileSystemNpmVersions extends Object implements NpmVersions
  • Constructor Details

  • Method Details

    • get

      public NpmVersion get(NpmPackageName packageName, NpmVersionSource source)
      Description copied from interface: NpmVersions
      Get the npm package version from the given source
      Specified by:
      get in interface NpmVersions
      Parameters:
      packageName - name of the package to get the version for
      source - source folder for this version
      Returns:
      The version