org.openqa.selenium.internal
Class BuildInfo

java.lang.Object
  extended by org.openqa.selenium.internal.BuildInfo

public class BuildInfo
extends Object

Reads information about how the current application was built from a properties file embedded in the JAR.


Constructor Summary
BuildInfo()
           
 
Method Summary
 String getBuildRevision()
           
 String getBuildTime()
           
 String getReleaseLabel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildInfo

public BuildInfo()
Method Detail

getReleaseLabel

public String getReleaseLabel()
Returns:
The embedded release label or "unknown".

getBuildRevision

public String getBuildRevision()
Returns:
The embedded build revision or "unknown".

getBuildTime

public String getBuildTime()
Returns:
The embedded build time or "unknown".

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.