hudson.plugins.seleniumhq
Class FileUtil

java.lang.Object
  extended by hudson.plugins.seleniumhq.FileUtil

public class FileUtil
extends java.lang.Object

Author:
Pascal Martin

Constructor Summary
FileUtil()
           
 
Method Summary
static java.lang.String getExecutableAbsolutePath(java.lang.String exe)
          Check in system PATH for the file and return the absolut path Code like FormFieldValidator.Executable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtil

public FileUtil()
Method Detail

getExecutableAbsolutePath

public static java.lang.String getExecutableAbsolutePath(java.lang.String exe)
Check in system PATH for the file and return the absolut path Code like FormFieldValidator.Executable

Parameters:
exe - File to find path
Returns:
AbsolutePath of executable file


Copyright © 2010. All Rights Reserved.