Class Docker.HeredocBody

java.lang.Object
org.openrewrite.docker.tree.Docker.HeredocBody
All Implemented Interfaces:
Docker, org.openrewrite.Tree
Enclosing interface:
Docker

public static class Docker.HeredocBody extends Object implements Docker
Represents a single heredoc body within a heredoc command. Each body has its own opening marker, content lines, and closing marker.
  • Constructor Details

    • HeredocBody

      public HeredocBody()
  • Method Details