Class Docker.CopyShellForm

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

public static class Docker.CopyShellForm extends Object implements Docker.CopyAddForm
Shell form for COPY/ADD instructions: sources followed by destination. Example: COPY file1.txt file2.txt /app/
  • Constructor Details

    • CopyShellForm

      public CopyShellForm()
  • Method Details