Package net.thucydides.core.util
Class FileSeparatorUtil
- java.lang.Object
-
- net.thucydides.core.util.FileSeparatorUtil
-
public class FileSeparatorUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
UNIX_FILE_SEPARATOR
static String
WINDOWS_FILE_SEPARATOR
-
Constructor Summary
Constructors Constructor Description FileSeparatorUtil()
-
-
-
Field Detail
-
UNIX_FILE_SEPARATOR
public static final String UNIX_FILE_SEPARATOR
- See Also:
- Constant Field Values
-
WINDOWS_FILE_SEPARATOR
public static final String WINDOWS_FILE_SEPARATOR
- See Also:
- Constant Field Values
-
-