![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Build configuration of a docker service. More...
Public Member Functions | |
| void | copyScripts (LFGeneratorContext context) throws IOException |
| Copy the pre-build, post-build, and pre-run scripts, if specified. | |
| DockerData (String serviceName, Path dockerFilePath, String dockerFileContent, LFGeneratorContext context) | |
| void | writeDockerFile () throws IOException |
| Write a docker file based on this data. | |
Public Attributes | |
| final String | serviceName |
| The name of the service. | |
Build configuration of a docker service.
| org.lflang.generator.docker.DockerData.DockerData | ( | String | serviceName, |
| Path | dockerFilePath, | ||
| String | dockerFileContent, | ||
| LFGeneratorContext | context ) |
| void org.lflang.generator.docker.DockerData.copyScripts | ( | LFGeneratorContext | context | ) | throws IOException |
Copy the pre-build, post-build, and pre-run scripts, if specified.
| void org.lflang.generator.docker.DockerData.writeDockerFile | ( | ) | throws IOException |
Write a docker file based on this data.
| final String org.lflang.generator.docker.DockerData.serviceName |
The name of the service.