Uses of Interface
io.spring.initializr.generator.project.contributor.ProjectContributor
Packages that use ProjectContributor
Package
Description
Project contribution abstraction.
-
Uses of ProjectContributor in io.spring.initializr.generator.project.contributor
Classes in io.spring.initializr.generator.project.contributor that implement ProjectContributorModifier and TypeClassDescriptionclassAProjectContributorthat contributes all of the resources found beneath a root location to a generated project.classProjectContributorthat contributes a single file, identified by a resource pattern, to a generated project.