Uses of Enum Class
io.spring.initializr.generator.buildsystem.maven.MavenLicense.Distribution
Packages that use MavenLicense.Distribution
-
Uses of MavenLicense.Distribution in io.spring.initializr.generator.buildsystem.maven
Methods in io.spring.initializr.generator.buildsystem.maven that return MavenLicense.DistributionModifier and TypeMethodDescriptionMavenLicense.getDistribution()
Return the distribution mechanism of the project associated with the license.static MavenLicense.Distribution
Returns the enum constant of this class with the specified name.static MavenLicense.Distribution[]
MavenLicense.Distribution.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.spring.initializr.generator.buildsystem.maven with parameters of type MavenLicense.DistributionModifier and TypeMethodDescriptionMavenLicense.Builder.distribution
(MavenLicense.Distribution distribution) Set the distribution mechanism of the project associated with the license.