Uses of Record Class
tech.jhipster.lite.project.domain.ProjectPath
Packages that use ProjectPath
Package
Description
-
Uses of ProjectPath in tech.jhipster.lite.project.application
Methods in tech.jhipster.lite.project.application with parameters of type ProjectPathModifier and TypeMethodDescriptionvoidProjectsApplicationService.format(ProjectPath path) ProjectsApplicationService.get(ProjectPath path) ProjectsApplicationService.getHistory(ProjectPath path) -
Uses of ProjectPath in tech.jhipster.lite.project.domain
Methods in tech.jhipster.lite.project.domain with parameters of type ProjectPathModifier and TypeMethodDescriptionvoidProjectsRepository.format(ProjectPath path) ProjectsRepository.get(ProjectPath path) ProjectsRepository.getHistory(ProjectPath path) -
Uses of ProjectPath in tech.jhipster.lite.project.domain.download
Methods in tech.jhipster.lite.project.domain.download with parameters of type ProjectPath -
Uses of ProjectPath in tech.jhipster.lite.project.domain.history
Methods in tech.jhipster.lite.project.domain.history that return ProjectPathModifier and TypeMethodDescriptionProjectActionToAppend.path()Returns the value of thepathrecord component.ProjectHistory.path()Methods in tech.jhipster.lite.project.domain.history with parameters of type ProjectPathConstructors in tech.jhipster.lite.project.domain.history with parameters of type ProjectPathModifierConstructorDescriptionProjectActionToAppend(ProjectPath path, ProjectAction action) Creates an instance of aProjectActionToAppendrecord class.ProjectHistory(ProjectPath path, Collection<ProjectAction> actions)