Class RemoteFile

java.lang.Object
org.openrewrite.remote.RemoteFile
All Implemented Interfaces:
Remote, SourceFile, Tree

public class RemoteFile extends Object implements Remote
  • Constructor Details

    • RemoteFile

      public RemoteFile()
  • Method Details

    • getInputStream

      public InputStream getInputStream(ExecutionContext ctx)
      Description copied from interface: Remote
      Download the remote file
      Specified by:
      getInputStream in interface Remote
      Parameters:
      ctx - used to download the file represented by this Remote