Uses of Interface
tech.jhipster.lite.module.domain.JHipsterFileMatcher
Packages that use JHipsterFileMatcher
-
Uses of JHipsterFileMatcher in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return JHipsterFileMatcherModifier and TypeMethodDescriptionstatic JHipsterFileMatcherJHipsterModule.filesWithExtension(String extension) Methods in tech.jhipster.lite.module.domain with parameters of type JHipsterFileMatcherModifier and TypeMethodDescriptionGeneratedProjectRepository.list(JHipsterProjectFolder folder, JHipsterFileMatcher files) JHipsterModuleUpgrade.JHipsterModuleUpgradeBuilder.replace(JHipsterFileMatcher files, ElementReplacer replacer, String replacement) -
Uses of JHipsterFileMatcher in tech.jhipster.lite.module.domain.replacement
Methods in tech.jhipster.lite.module.domain.replacement that return JHipsterFileMatcherModifier and TypeMethodDescriptionJHipsterUpgradeFilesReplacement.files()Returns the value of thefilesrecord component.Constructors in tech.jhipster.lite.module.domain.replacement with parameters of type JHipsterFileMatcherModifierConstructorDescriptionJHipsterUpgradeFilesReplacement(JHipsterFileMatcher files, ElementReplacer replacer, String replacement) Creates an instance of aJHipsterUpgradeFilesReplacementrecord class.