Class FrontEndDockerFile
java.lang.Object
com.winchesters.devopsify.service.technologies.docker.dockerfile.DockerFile
com.winchesters.devopsify.service.technologies.docker.dockerfile.FrontEndDockerFile
- All Implemented Interfaces:
GeneratedFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerates the content of a dockerfile from a templatereads the template dockerfileMethods inherited from class com.winchesters.devopsify.service.technologies.docker.dockerfile.DockerFile
getDockerfileTemplate, getFileContent, getFileTemplate, writeFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.winchesters.devopsify.service.technologies.GeneratedFile
writeFile
-
Field Details
-
Constructor Details
-
FrontEndDockerFile
public FrontEndDockerFile()
-
-
Method Details
-
getDockerfileContent
Description copied from class:DockerFilegenerates the content of a dockerfile from a template- Specified by:
getDockerfileContentin classDockerFile- Returns:
- a string containing the dockerfile content
- Throws:
IOException- when io exception occurs
-
getDockerfileTemplate
Description copied from class:DockerFilereads the template dockerfile- Specified by:
getDockerfileTemplatein classDockerFile- Returns:
- the dockerfile template
-