Uses of Record Class
tech.jhipster.lite.module.domain.npm.NpmPackageName
Packages that use NpmPackageName
-
Uses of NpmPackageName in tech.jhipster.lite.module.domain.npm
Methods in tech.jhipster.lite.module.domain.npm that return NpmPackageNameModifier and TypeMethodDescriptionNpmPackage.name()Returns the value of thenamerecord component.Methods in tech.jhipster.lite.module.domain.npm with parameters of type NpmPackageNameModifier and TypeMethodDescriptionNpmPackagesVersions.get(NpmPackageName packageName, NpmVersionSource source) default NpmPackageVersionNpmVersions.get(NpmPackageName packageName, NpmVersionSource source) Get the npm package version from the given sourceConstructors in tech.jhipster.lite.module.domain.npm with parameters of type NpmPackageNameModifierConstructorDescriptionNpmPackage(NpmPackageName name, NpmPackageVersion version) Creates an instance of aNpmPackagerecord class.UnknownNpmPackageException(NpmPackageName packageName, NpmVersionSource source)