java.lang.Object
io.spring.initializr.generator.spring.scm.git.GitIgnore.GitIgnoreSection
- All Implemented Interfaces:
Section
- Enclosing class:
- GitIgnore
public static class GitIgnore.GitIgnoreSection
extends Object
implements Section
Representation of a section of a .gitignore file.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GitIgnoreSection
public GitIgnoreSection(String name)
-
Method Details
-
add
public void add(String... items)
-
-