Class FileSeparatorUtil

java.lang.Object
net.thucydides.core.util.FileSeparatorUtil

public class FileSeparatorUtil
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String UNIX_FILE_SEPARATOR  
    static java.lang.String WINDOWS_FILE_SEPARATOR  
  • Constructor Summary

    Constructors 
    Constructor Description
    FileSeparatorUtil()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String changeSeparatorIfRequired​(java.lang.String path)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • UNIX_FILE_SEPARATOR

      public static final java.lang.String UNIX_FILE_SEPARATOR
      See Also:
      Constant Field Values
    • WINDOWS_FILE_SEPARATOR

      public static final java.lang.String WINDOWS_FILE_SEPARATOR
      See Also:
      Constant Field Values
  • Constructor Details

    • FileSeparatorUtil

      public FileSeparatorUtil()
  • Method Details

    • changeSeparatorIfRequired

      public static java.lang.String changeSeparatorIfRequired​(java.lang.String path)