Class FileUtilities

java.lang.Object
com.azure.runtime.host.utils.FileUtilities

public class FileUtilities extends Object
  • Method Details

    • setOutputPath

      public static void setOutputPath(Path outputPath)
    • getOutputPath

      public static Path getOutputPath()
    • convertOutputPathToRootRelative

      public static Path convertOutputPathToRootRelative(String path)
      Prepends the output relative path to the given path.
      Parameters:
      path -
      Returns:
    • convertRootRelativePathToOutputPath

      public static Path convertRootRelativePathToOutputPath(String value)
      Converts a path that is relative to the root directory to a path that is relative to the output directory.
      Parameters:
      value -
      Returns: