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 JHipsterProjectFilePath -
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 JHipsterProjectFilePathMethods in tech.jhipster.lite.module.domain.replacement with parameters of type JHipsterProjectFilePathModifier and TypeMethodDescriptionprotected ContentReplacerJHipsterModuleMandatoryReplacements.JHipsterModuleFileMandatoryReplacementsBuilder.buildReplacer(JHipsterProjectFilePath file, ElementReplacer toReplace, String replacement) protected ContentReplacerJHipsterModuleOptionalReplacements.JHipsterModuleFileOptionalReplacementsBuilder.buildReplacer(JHipsterProjectFilePath file, ElementReplacer toReplace, String replacement) protected abstract ContentReplacerJHipsterModuleReplacements.JHipsterModuleFileReplacementsBuilder.buildReplacer(JHipsterProjectFilePath file, ElementReplacer toReplace, String replacement) JHipsterModuleMandatoryReplacements.JHipsterModuleMandatoryReplacementsBuilder.in(JHipsterProjectFilePath file) JHipsterModuleOptionalReplacements.JHipsterModuleOptionalReplacementsBuilder.in(JHipsterProjectFilePath file) abstract FileReplacementsBuilderJHipsterModuleReplacements.JHipsterModuleReplacementsBuilder.in(JHipsterProjectFilePath file) Constructors in tech.jhipster.lite.module.domain.replacement with parameters of type JHipsterProjectFilePathModifierConstructorDescriptionprotectedJHipsterModuleFileReplacementsBuilder(ReplacementsBuilder replacements, JHipsterProjectFilePath file)