net.thucydides.core.util
Class FileSeparatorUtil

Package class diagram package FileSeparatorUtil
java.lang.Object
  extended by net.thucydides.core.util.FileSeparatorUtil

public class FileSeparatorUtil
extends Object


Field Summary
static String UNIX_FILE_SEPARATOR
           
static String WINDOWS_FILE_SEPARATOR
           
 
Constructor Summary
FileSeparatorUtil()
           
 
Method Summary
static String changeSeparatorIfRequired(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

FileSeparatorUtil

public FileSeparatorUtil()
Method Detail

changeSeparatorIfRequired

public static String changeSeparatorIfRequired(String path)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.