Uses of Class
io.spring.initializr.generator.version.Version
Packages that use Version
Package
Description
Project generation support classes.
Version support classes.
-
Uses of Version in io.spring.initializr.generator.project
Methods in io.spring.initializr.generator.project that return VersionModifier and TypeMethodDescriptionMutableProjectDescription.getPlatformVersion()ProjectDescription.getPlatformVersion()Return the requested platformVersion.Methods in io.spring.initializr.generator.project with parameters of type VersionModifier and TypeMethodDescriptionvoidMutableProjectDescription.setPlatformVersion(Version platformVersion) Method parameters in io.spring.initializr.generator.project with type arguments of type VersionModifier and TypeMethodDescriptionvoidProjectDescriptionDiff.ifPlatformVersionChanged(ProjectDescription current, BiConsumer<Version, Version> consumer) Calls the specified consumer if theplatformVersionis different on the original source project description than the specified project description.voidProjectDescriptionDiff.ifPlatformVersionChanged(ProjectDescription current, BiConsumer<Version, Version> consumer) Calls the specified consumer if theplatformVersionis different on the original source project description than the specified project description. -
Uses of Version in io.spring.initializr.generator.version
Methods in io.spring.initializr.generator.version that return VersionModifier and TypeMethodDescriptionVersion.format(Version.Format format) Format this version to the specifiedVersion.Format.VersionRange.getHigherVersion()VersionRange.getLowerVersion()static VersionParse the string representation of aVersion.Parse the string representation of aVersion.static VersionParse safely the specified string representation of aVersion.Parse safely the specified string representation of aVersion.Methods in io.spring.initializr.generator.version with parameters of type VersionConstructors in io.spring.initializr.generator.version with parameters of type VersionModifierConstructorDescriptionVersionRange(Version startingVersion) protectedVersionRange(Version lowerVersion, boolean lowerInclusive, Version higherVersion, boolean higherInclusive) Constructor parameters in io.spring.initializr.generator.version with type arguments of type Version