Uses of Record Class
tech.jhipster.lite.module.domain.JHipsterProjectFilePath
Packages that use JHipsterProjectFilePath
Package
Description
-
Uses of JHipsterProjectFilePath in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return JHipsterProjectFilePathMethods in tech.jhipster.lite.module.domain that return types with arguments of type JHipsterProjectFilePathModifier and TypeMethodDescriptionJHipsterProjectFilesPaths.paths()Returns the value of thepathsrecord component.JHipsterProjectFilesPaths.stream()Methods in tech.jhipster.lite.module.domain with parameters of type JHipsterProjectFilePathModifier and TypeMethodDescriptionJHipsterModuleUpgrade.JHipsterModuleUpgradeBuilder.delete(JHipsterProjectFilePath path) booleanJHipsterFileMatcher.match(JHipsterProjectFilePath path) Constructor parameters in tech.jhipster.lite.module.domain with type arguments of type JHipsterProjectFilePathModifierConstructorDescriptionCreates an instance of aJHipsterProjectFilesPathsrecord class. -
Uses of JHipsterProjectFilePath in tech.jhipster.lite.module.domain.file
Methods in tech.jhipster.lite.module.domain.file that return JHipsterProjectFilePathModifier and TypeMethodDescriptionJHipsterFileToMove.source()Returns the value of thesourcerecord component.Methods in tech.jhipster.lite.module.domain.file that return types with arguments of type JHipsterProjectFilePathModifier and TypeMethodDescriptionJHipsterFilesToDelete.files()Returns the value of thefilesrecord component.JHipsterFilesToDelete.stream()Methods in tech.jhipster.lite.module.domain.file with parameters of type JHipsterProjectFilePathModifier and TypeMethodDescriptionJHipsterModuleFiles.JHipsterModuleFilesBuilder.delete(JHipsterProjectFilePath path) JHipsterModuleFiles.JHipsterModuleFilesBuilder.move(JHipsterProjectFilePath source, JHipsterDestination destination) Constructors in tech.jhipster.lite.module.domain.file with parameters of type JHipsterProjectFilePathModifierConstructorDescriptionJHipsterFileToMove(JHipsterProjectFilePath source, JHipsterDestination destination) Creates an instance of aJHipsterFileToMoverecord class.Constructor parameters in tech.jhipster.lite.module.domain.file with type arguments of type JHipsterProjectFilePathModifierConstructorDescriptionCreates an instance of aJHipsterFilesToDeleterecord class. -
Uses of JHipsterProjectFilePath in tech.jhipster.lite.module.domain.replacement
Methods in tech.jhipster.lite.module.domain.replacement that return JHipsterProjectFilePathModifier and TypeMethodDescriptionContentReplacer.file()MandatoryFileReplacer.file()Returns the value of thefilerecord component.Methods in tech.jhipster.lite.module.domain.replacement with parameters of type JHipsterProjectFilePathModifier and TypeMethodDescriptionprotected ContentReplacerJHipsterModuleMandatoryReplacementsFactory.JHipsterModuleFileMandatoryReplacementsFactoryBuilder.buildReplacer(JHipsterProjectFilePath file, ElementReplacer toReplace, String replacement) protected ContentReplacerJHipsterModuleOptionalReplacementsFactory.JHipsterModuleFileOptionalReplacementsFactoryBuilder.buildReplacer(JHipsterProjectFilePath file, ElementReplacer toReplace, String replacement) protected abstract ContentReplacerJHipsterModuleReplacementsFactory.JHipsterModuleFileReplacementsBuilder.buildReplacer(JHipsterProjectFilePath file, ElementReplacer toReplace, String replacement) JHipsterModuleMandatoryReplacementsFactory.JHipsterModuleMandatoryReplacementsFactoryBuilder.in(JHipsterProjectFilePath file) JHipsterModuleOptionalReplacementsFactory.JHipsterModuleOptionalReplacementsFactoryBuilder.in(JHipsterProjectFilePath file) abstract FileReplacementsBuilderJHipsterModuleReplacementsFactory.JHipsterModuleReplacementsFactoryBuilder.in(JHipsterProjectFilePath file) Constructors in tech.jhipster.lite.module.domain.replacement with parameters of type JHipsterProjectFilePathModifierConstructorDescriptionprotectedJHipsterModuleFileReplacementsBuilder(ReplacementsBuilder replacements, JHipsterProjectFilePath file) MandatoryFileReplacer(JHipsterProjectFilePath file, MandatoryReplacer replacement) Creates an instance of aMandatoryFileReplacerrecord class.