Uses of Interface
io.spring.initializr.generator.packaging.Packaging
Packages that use Packaging
Package
Description
Packaging abstraction.
Java archive packaging.
Web Application archive packaging.
Project generation support classes.
-
Uses of Packaging in io.spring.initializr.generator.packaging
Methods in io.spring.initializr.generator.packaging that return Packaging -
Uses of Packaging in io.spring.initializr.generator.packaging.jar
Classes in io.spring.initializr.generator.packaging.jar that implement Packaging -
Uses of Packaging in io.spring.initializr.generator.packaging.war
Classes in io.spring.initializr.generator.packaging.war that implement Packaging -
Uses of Packaging in io.spring.initializr.generator.project
Methods in io.spring.initializr.generator.project that return PackagingModifier and TypeMethodDescriptionMutableProjectDescription.getPackaging()
ProjectDescription.getPackaging()
Return the buildPackaging
to use.Methods in io.spring.initializr.generator.project with parameters of type PackagingModifier and TypeMethodDescriptionvoid
MutableProjectDescription.setPackaging
(Packaging packaging) Method parameters in io.spring.initializr.generator.project with type arguments of type PackagingModifier and TypeMethodDescriptionvoid
ProjectDescriptionDiff.ifPackagingChanged
(ProjectDescription current, BiConsumer<Packaging, Packaging> consumer) Calls the specified consumer if thepackaging
is different on the original source project description than the specified project description.void
ProjectDescriptionDiff.ifPackagingChanged
(ProjectDescription current, BiConsumer<Packaging, Packaging> consumer) Calls the specified consumer if thepackaging
is different on the original source project description than the specified project description.