Uses of Interface
tech.jhipster.lite.module.domain.ProjectFiles
Packages that use ProjectFiles
Package
Description
-
Uses of ProjectFiles in tech.jhipster.lite.module.domain.file
Methods in tech.jhipster.lite.module.domain.file with parameters of type ProjectFilesModifier and TypeMethodDescriptionbyte[]JHipsterTemplatedFile.content(ProjectFiles files) byte[]JHipsterFileContent.read(ProjectFiles files, JHipsterModuleContext context) -
Uses of ProjectFiles in tech.jhipster.lite.module.infrastructure.secondary
Classes in tech.jhipster.lite.module.infrastructure.secondary that implement ProjectFilesConstructors in tech.jhipster.lite.module.infrastructure.secondary with parameters of type ProjectFiles -
Uses of ProjectFiles in tech.jhipster.lite.module.infrastructure.secondary.javadependency
Constructors in tech.jhipster.lite.module.infrastructure.secondary.javadependency with parameters of type ProjectFilesModifierConstructorDescriptionFileSystemJavaBuildCommandsHandler(ProjectJavaBuildToolRepository javaBuildTools, ProjectFiles filesReader) -
Uses of ProjectFiles in tech.jhipster.lite.module.infrastructure.secondary.javadependency.gradle
Constructors in tech.jhipster.lite.module.infrastructure.secondary.javadependency.gradle with parameters of type ProjectFilesModifierConstructorDescriptionGradleCommandHandler(Indentation indentation, JHipsterProjectFolder projectFolder, ProjectFiles filesReader)