Uses of Class
tech.jhipster.lite.module.domain.file.JHipsterDestination
Packages that use JHipsterDestination
-
Uses of JHipsterDestination in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return JHipsterDestinationModifier and TypeMethodDescriptionstatic JHipsterDestinationstatic JHipsterDestinationJHipsterModule.toSrcMainDocker()static JHipsterDestinationJHipsterModule.toSrcMainJava()static JHipsterDestinationJHipsterModule.toSrcTestJava() -
Uses of JHipsterDestination in tech.jhipster.lite.module.domain.file
Fields in tech.jhipster.lite.module.domain.file declared as JHipsterDestinationModifier and TypeFieldDescriptionstatic final JHipsterDestinationJHipsterDestination.SRC_MAIN_DOCKERstatic final JHipsterDestinationJHipsterDestination.SRC_MAIN_JAVAstatic final JHipsterDestinationJHipsterDestination.SRC_TEST_JAVAMethods in tech.jhipster.lite.module.domain.file that return JHipsterDestinationModifier and TypeMethodDescriptionJHipsterFileToMove.destination()Returns the value of thedestinationrecord component.JHipsterModuleFile.destination()Returns the value of thedestinationrecord component.Methods in tech.jhipster.lite.module.domain.file with parameters of type JHipsterDestinationModifier and TypeMethodDescriptionJHipsterModuleFiles.JHipsterModuleFilesBuilder.add(JHipsterSource source, JHipsterDestination destination) JHipsterModuleFiles.JHipsterModuleFilesBuilder.addExecutable(JHipsterSource source, JHipsterDestination destination) JHipsterModuleFiles.JHipsterModuleFilesBuilder.batch(JHipsterSource source, JHipsterDestination destination) JHipsterModuleFiles.JHipsterModuleFilesBuilder.move(JHipsterProjectFilePath source, JHipsterDestination destination) Constructors in tech.jhipster.lite.module.domain.file with parameters of type JHipsterDestinationModifierConstructorDescriptionJHipsterFileToMove(JHipsterProjectFilePath source, JHipsterDestination destination) Creates an instance of aJHipsterFileToMoverecord class.JHipsterModuleFile(tech.jhipster.lite.module.domain.file.JHipsterFileContent content, JHipsterDestination destination, boolean executable) Creates an instance of aJHipsterModuleFilerecord class.