com.gargoylesoftware.htmlunit
Class Version

java.lang.Object
  extended by com.gargoylesoftware.htmlunit.Version

public class Version
extends java.lang.Object

Class to display version information about HtmlUnit. This is the class that will be executed if the jar file is run.

Version:
$Revision: 1.3 $
Author:
Mike Bowler, Ahmed Ashour

Constructor Summary
Version()
  
 
Method Summary
static java.lang.String getCopyright()
 Returns the copyright notice.
static java.lang.String getProductName()
 Returns "HTMLUnit".
static java.lang.String getProductVersion()
 Returns the current implementation version.
static void main(java.lang.String[] args)
 The main entry point into this class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getCopyright

public static java.lang.String getCopyright()
Returns the copyright notice.

Returns:
the copyright notice.

getProductName

public static java.lang.String getProductName()
Returns "HTMLUnit".

Returns:
"HTMLUnit"

getProductVersion

public static java.lang.String getProductVersion()
Returns the current implementation version.

Returns:
the current implementation version.

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main entry point into this class.

Parameters:
args - The arguments passed on the command line
Throws:
java.lang.Exception - If an error occurs


Copyright © 2003-2016 AppPerfect Corporation. All Rights Reserved.