java.lang.Object
com.azure.runtime.host.utils.FileUtilities
-
Method Summary
Modifier and TypeMethodDescriptionstatic Path
Prepends the output relative path to the given path.static Path
Converts a path that is relative to the root directory to a path that is relative to the output directory.static Path
static void
setOutputPath
(Path outputPath)
-
Method Details
-
setOutputPath
-
getOutputPath
-
convertOutputPathToRootRelative
Prepends the output relative path to the given path.- Parameters:
path
-- Returns:
-
convertRootRelativePathToOutputPath
Converts a path that is relative to the root directory to a path that is relative to the output directory.- Parameters:
value
-- Returns:
-