Uses of Enum Class
tech.jhipster.lite.module.domain.npm.NpmVersionSource
Packages that use NpmVersionSource
-
Uses of NpmVersionSource in tech.jhipster.lite.module.domain.npm
Fields in tech.jhipster.lite.module.domain.npm with type parameters of type NpmVersionSourceModifier and TypeFieldDescriptionfinal Map<NpmVersionSource,tech.jhipster.lite.module.domain.npm.NpmPackagesVersions.NpmSourceVersions> NpmPackagesVersions.NpmPackagesVersionsBuilder.versionsMethods in tech.jhipster.lite.module.domain.npm that return NpmVersionSourceModifier and TypeMethodDescriptionstatic NpmVersionSourceReturns the enum constant of this class with the specified name.static NpmVersionSource[]NpmVersionSource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.jhipster.lite.module.domain.npm with parameters of type NpmVersionSourceModifier and TypeMethodDescriptionNpmPackagesVersions.get(NpmPackageName packageName, NpmVersionSource source) default NpmPackageVersionNpmVersions.get(String packageName, NpmVersionSource source) Get the npm package version from the given sourcedefault NpmPackageVersionNpmVersions.get(NpmPackageName packageName, NpmVersionSource source) Get the npm package version from the given sourceNpmPackagesVersions.NpmPackagesVersionsBuilder.put(NpmVersionSource source, Collection<NpmPackage> packages) Constructors in tech.jhipster.lite.module.domain.npm with parameters of type NpmVersionSourceModifierConstructorDescriptionUnknownNpmPackageException(NpmPackageName packageName, NpmVersionSource source)