| Package | Description |
|---|---|
| io.spring.initializr.generator.io.text |
Support for textual resources.
|
| io.spring.initializr.generator.spring.documentation |
Documentation contributors.
|
| io.spring.initializr.generator.spring.scm.git |
Git contributors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BulletedSection<T>
Section for list of items using a TemplateRenderer. |
class |
MustacheSection
Section that uses a MustacheTemplateRenderer. |
| Modifier and Type | Class and Description |
|---|---|
class |
GettingStartedSection
Section that provides links and other important references to get started.
|
class |
PreDefinedSection
Section that is pre-defined and always present in the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<Section> |
HelpDocument.getSections() |
protected List<Section> |
PreDefinedSection.resolveSubSections(List<Section> sections)
Resolve the sections to render based on the current registered sections.
|
protected List<Section> |
GettingStartedSection.resolveSubSections(List<Section> sections) |
| Modifier and Type | Method and Description |
|---|---|
PreDefinedSection |
PreDefinedSection.addSection(Section section) |
HelpDocument |
HelpDocument.addSection(Section section) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Section> |
PreDefinedSection.resolveSubSections(List<Section> sections)
Resolve the sections to render based on the current registered sections.
|
protected List<Section> |
GettingStartedSection.resolveSubSections(List<Section> sections) |
| Modifier and Type | Class and Description |
|---|---|
static class |
GitIgnore.GitIgnoreSection
Representation of a section of a
.gitignore file. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.