|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.Version
public class Version
Class to display version information about HtmlUnit. This is the class that will be executed if the jar file is run.
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 |
---|
public Version()
Method Detail |
---|
public static java.lang.String getCopyright()
public static java.lang.String getProductName()
public static java.lang.String getProductVersion()
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The arguments passed on the command line
java.lang.Exception
- If an error occurs
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |