Uses of Enum Class
tech.jhipster.lite.module.domain.packagejson.VersionSource
Packages that use VersionSource
-
Uses of VersionSource in tech.jhipster.lite.module.domain.packagejson
Methods in tech.jhipster.lite.module.domain.packagejson that return VersionSourceModifier and TypeMethodDescriptionstatic VersionSourceReturns the enum constant of this class with the specified name.static VersionSource[]VersionSource.values()Returns an array containing the constants of this enum class, in the order they are declared.PackageJsonDependency.versionSource()Returns the value of theversionSourcerecord component.Methods in tech.jhipster.lite.module.domain.packagejson with parameters of type VersionSourceModifier and TypeMethodDescriptionJHipsterModulePackageJson.JHipsterModulePackageJsonBuilder.addDependency(PackageName packageName, VersionSource versionSource) JHipsterModulePackageJson.JHipsterModulePackageJsonBuilder.addDevDependency(PackageName packageName, VersionSource versionSource) Constructors in tech.jhipster.lite.module.domain.packagejson with parameters of type VersionSourceModifierConstructorDescriptionPackageJsonDependency(PackageName packageName, VersionSource versionSource) Creates an instance of aPackageJsonDependencyrecord class.