Interface SessionsREPLTool.FileDownloader

All Known Implementing Classes:
SessionsREPLTool.DefaultFileDownloader
Enclosing class:
SessionsREPLTool

public static interface SessionsREPLTool.FileDownloader
Interface for downloading files from ACA.
  • Method Summary

    Modifier and Type
    Method
    Description
    downloadFile(String remoteFilePath)
    Downloads a file from Azure Container Apps.
  • Method Details

    • downloadFile

      String downloadFile(String remoteFilePath)
      Downloads a file from Azure Container Apps.
      Parameters:
      remoteFilePath - the path of the file to download
      Returns:
      the content of the downloaded file