Uses of Class
tech.jhipster.lite.module.domain.gitignore.JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilder
Packages that use JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilder
-
Uses of JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilder in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilderModifier and TypeMethodDescriptionJHipsterModule.JHipsterModuleBuilder.gitIgnore()Add new entries to the.gitignorefile. -
Uses of JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilder in tech.jhipster.lite.module.domain.gitignore
Methods in tech.jhipster.lite.module.domain.gitignore that return JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilderModifier and TypeMethodDescriptionJHipsterModuleGitIgnore.builder(JHipsterModule.JHipsterModuleBuilder parentModuleBuilder) Declare a comment to be added to the.gitignorefile.JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilder.comment(GitIgnoreEntry.GitIgnoreComment comment) Declare a comment to be added to the.gitignorefile.Declare a pattern to be added to the.gitignorefile.JHipsterModuleGitIgnore.JHipsterModuleGitIgnoreBuilder.pattern(GitIgnoreEntry.GitIgnorePattern pattern) Declare a pattern to be added to the.gitignorefile.