Class ComposeFileWriter
java.lang.Object
io.spring.initializr.generator.container.docker.compose.ComposeFileWriter
A
ComposeFile
writer for compose.yaml
.- Author:
- Stephane Nicoll, Moritz Halbritter, EddĂș MelĂ©ndez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo
(IndentingWriter writer, ComposeFile compose) Write a compose.yaml using the specified writer.
-
Constructor Details
-
ComposeFileWriter
public ComposeFileWriter()
-
-
Method Details
-
writeTo
Write a compose.yaml using the specified writer.- Parameters:
writer
- the writer to usecompose
- the compose file to write
-