public class FileUtils extends Object
Constructor and Description |
---|
FileUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
escapeFilePath(String originalFilePath)
Escapes the forward slash in Windows.
|
static String |
getPlatformIndependentFilePath(String originalFilePath)
Update FilePath separator for file paths read from pom.xml config.
|
public static String getPlatformIndependentFilePath(String originalFilePath)
originalFilePath
- Path to a file in UNIX separator convention.spublic static String escapeFilePath(String originalFilePath)
originalFilePath
- Original File PathCopyright © 2016. All rights reserved.