Class JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilder
java.lang.Object
tech.jhipster.lite.module.domain.gitignore.JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilder
- Enclosing class:
JHipsterModuleGitIgnore
-
Method Summary
Modifier and TypeMethodDescriptionand()build()Declare a comment to be added to the.gitignorefile.comment(GitIgnoreEntry.GitIgnoreComment comment) Declare a comment to be added to the.gitignorefile.Declare a pattern to be added to the.gitignorefile.pattern(GitIgnoreEntry.GitIgnorePattern pattern) Declare a pattern to be added to the.gitignorefile.
-
Method Details
-
pattern
public JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilder pattern(GitIgnoreEntry.GitIgnorePattern pattern) Declare a pattern to be added to the.gitignorefile. -
pattern
Declare a pattern to be added to the.gitignorefile. -
comment
public JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilder comment(GitIgnoreEntry.GitIgnoreComment comment) Declare a comment to be added to the.gitignorefile. -
comment
Declare a comment to be added to the.gitignorefile. -
and
-
build
-