Uses of Class
org.springframework.boot.docker.compose.core.DockerComposeFile
Packages that use DockerComposeFile
Package
Description
Core interfaces and classes for working with Docker Compose.
-
Uses of DockerComposeFile in org.springframework.boot.docker.compose.core
Methods in org.springframework.boot.docker.compose.core that return DockerComposeFileModifier and TypeMethodDescriptionDockerComposeOrigin.composeFile()
Returns the value of thecomposeFile
record component.default DockerComposeFile
RunningService.composeFile()
Return the Docker Compose file for the service.static DockerComposeFile
Find the Docker Compose file by searching in the given working directory.static DockerComposeFile
Create a newDockerComposeFile
for the givenFile
.static DockerComposeFile
DockerComposeFile.of
(Collection<? extends File> files) Creates a newDockerComposeFile
for the givenfiles
.Methods in org.springframework.boot.docker.compose.core with parameters of type DockerComposeFileModifier and TypeMethodDescriptionstatic DockerCompose
DockerCompose.get
(DockerComposeFile file, String hostname, Set<String> activeProfiles) Factory method used to create aDockerCompose
instance.static DockerCompose
DockerCompose.get
(DockerComposeFile file, String hostname, Set<String> activeProfiles, List<String> arguments) Factory method used to create aDockerCompose
instance.Constructors in org.springframework.boot.docker.compose.core with parameters of type DockerComposeFileModifierConstructorDescriptionDockerComposeOrigin
(DockerComposeFile composeFile, String serviceName) Creates an instance of aDockerComposeOrigin
record class.