Uses of Record Class
tech.jhipster.lite.module.domain.startupcommand.DockerComposeFile
Packages that use DockerComposeFile
-
Uses of DockerComposeFile in tech.jhipster.lite.module.domain.startupcommand
Methods in tech.jhipster.lite.module.domain.startupcommand that return DockerComposeFileModifier and TypeMethodDescriptionDockerComposeStartupCommandLine.dockerComposeFile()Returns the value of thedockerComposeFilerecord component.Methods in tech.jhipster.lite.module.domain.startupcommand with parameters of type DockerComposeFileModifier and TypeMethodDescriptionJHipsterModuleStartupCommands.JHipsterModuleStartupCommandsBuilder.dockerCompose(DockerComposeFile dockerComposeFile) Constructors in tech.jhipster.lite.module.domain.startupcommand with parameters of type DockerComposeFileModifierConstructorDescriptionDockerComposeStartupCommandLine(DockerComposeFile dockerComposeFile) Creates an instance of aDockerComposeStartupCommandLinerecord class.