Uses of Interface
ch.admin.bit.jeap.initializer.contributor.ProjectContributor
Packages that use ProjectContributor
Package
Description
-
Uses of ProjectContributor in ch.admin.bit.jeap.initializer.contributor
Classes in ch.admin.bit.jeap.initializer.contributor that implement ProjectContributorModifier and TypeClassDescriptionclassThis contributor modifies the application nameclassThis contributor modifies the module folders and poms to reflect the artifact idclassThis Contributor removes all code blocks that should not be part of generated projects, for instance:classThis contributor modifies the source folders to use the base packageclassThis contributor modifies pom.xml files to reflect the group idclassThis ProjectContributor modifies all package names inside Java files to use the base packageclassProject contributor that replaces parameters in source files.classThis contributor modifies the System Name, the ArtifactId and the Context Path in the following Files: application(.*).yml, application(.*).yaml, application(.*).properties, environment(.*).tsclassThis contributor removes the initializer.yaml fileclassThis contributor copies all files that end with ".initializer-template" to their original names (same name without ".initializer-template" ending).class -
Uses of ProjectContributor in ch.admin.bit.jeap.initializer.generator
Constructor parameters in ch.admin.bit.jeap.initializer.generator with type arguments of type ProjectContributorModifierConstructorDescriptionProjectGenerator(TemplateService templateService, GitService gitService, List<ProjectContributor> projectContributorList)