Class GitIgnore.GitIgnoreSection
java.lang.Object
io.spring.initializr.generator.spring.scm.git.GitIgnore.GitIgnoreSection
- All Implemented Interfaces:
Section
- Enclosing class:
- GitIgnore
Representation of a section of a
.gitignore
file.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getItems()
void
write
(PrintWriter writer) Write the content of the section to the specifiedwriter
.