Interface GeneratedFile
- All Known Implementing Classes:
BackendDockerFile
,DataBaseDockerFile
,DockerFile
,FrontEndDockerFile
,JenkinsFile
public interface GeneratedFile
-
Method Summary
Modifier and TypeMethodDescriptiongenerates the content of a dockerfile from a templatereads the template dockerfilevoid
default void
-
Method Details
-
writeFile
- Throws:
IOException
-
writeFile
- Throws:
IOException
-
getFileContent
generates the content of a dockerfile from a template- Returns:
- a string containing the dockerfile content
- Throws:
IOException
- when io exception occurs
-
getFileTemplate
File getFileTemplate()reads the template dockerfile- Returns:
- the dockerfile template
-