Interface File

  • All Superinterfaces:
    DockerTree, HasTextRange, Tree
    All Known Implementing Classes:
    FileImpl

    public interface File
    extends DockerTree
    Interface which represent the contract of a Dockerfile. It is composed of a Body element, which itself contain every element and instruction related to the dockerfile.
       body()
     
    • Method Detail