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, TemplateRenderer templateRenderer) byte[]JHipsterFileContent.read(ProjectFiles files, JHipsterModuleContext context, TemplateRenderer templateRenderer) -
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 ProjectFilesModifierConstructorDescriptionFileSystemJHipsterModuleFiles(ProjectFiles files, TemplateRenderer templateRenderer) -
Uses of ProjectFiles in tech.jhipster.lite.module.infrastructure.secondary.javadependency
Constructors in tech.jhipster.lite.module.infrastructure.secondary.javadependency with parameters of type ProjectFilesModifierConstructorDescriptionFileSystemMavenDependenciesReader(ProjectFiles files, String currentVersionsFile) -
Uses of ProjectFiles in tech.jhipster.lite.module.infrastructure.secondary.npm
Constructors in tech.jhipster.lite.module.infrastructure.secondary.npm with parameters of type ProjectFilesModifierConstructorDescriptionFileSystemNpmVersionReader(ProjectFiles projectFiles, Collection<NpmVersionSourceFactory> npmVersionSources, String parentInputFolder) JHipsterLiteFileSystemNpmVersionReader(ProjectFiles projectFiles)