Uses of Enum Class
tech.jhipster.lite.module.domain.javabuild.JavaBuildTool
Packages that use JavaBuildTool
Package
Description
-
Uses of JavaBuildTool in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain with parameters of type JavaBuildToolModifier and TypeMethodDescriptionJHipsterModuleContext.withJavaBuildTool(JavaBuildTool javaBuildTool) -
Uses of JavaBuildTool in tech.jhipster.lite.module.domain.javabuild
Methods in tech.jhipster.lite.module.domain.javabuild that return JavaBuildToolModifier and TypeMethodDescriptionstatic JavaBuildToolReturns the enum constant of this class with the specified name.static JavaBuildTool[]JavaBuildTool.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.jhipster.lite.module.domain.javabuild that return types with arguments of type JavaBuildToolModifier and TypeMethodDescriptionProjectJavaBuildToolRepository.detect(JHipsterModuleFiles moduleFiles) ProjectJavaBuildToolRepository.detect(JHipsterProjectFolder projectFolder) -
Uses of JavaBuildTool in tech.jhipster.lite.module.infrastructure.secondary.javabuild
Methods in tech.jhipster.lite.module.infrastructure.secondary.javabuild that return types with arguments of type JavaBuildToolModifier and TypeMethodDescriptionFileSystemProjectJavaBuildToolRepository.detect(JHipsterModuleFiles moduleFiles) FileSystemProjectJavaBuildToolRepository.detect(JHipsterProjectFolder projectFolder)