org.openqa.selenium.firefox.internal
Class Executable

java.lang.Object
  extended by org.openqa.selenium.firefox.internal.Executable

public class Executable
extends java.lang.Object

Wrapper around our runtime environment requirements. Performs discovery of firefox instances.

NOTE: System and platform binaries will only be discovered at class initialization.

Author:
[email protected] (Gregory Block)

Constructor Summary
Executable(java.io.File userSpecifiedBinaryPath)
           
 
Method Summary
 java.io.OutputStream getDefaultOutputStream()
           
 java.io.File getFile()
           
 java.lang.String getPath()
           
 void setLibraryPath(java.lang.ProcessBuilder builder, java.util.Map<java.lang.String,java.lang.String> extraEnv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Executable

public Executable(java.io.File userSpecifiedBinaryPath)
Method Detail

getFile

public java.io.File getFile()

getPath

public java.lang.String getPath()

setLibraryPath

public void setLibraryPath(java.lang.ProcessBuilder builder,
                           java.util.Map<java.lang.String,java.lang.String> extraEnv)

getDefaultOutputStream

public java.io.OutputStream getDefaultOutputStream()


Copyright © 2010. All Rights Reserved.