|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.Version
public final class Version
Class to display version information about HtmlUnit. This is the class that will be executed if the JAR file is run.
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 occurspublic static java.lang.String getProductName()
public static java.lang.String getProductVersion()
public static java.lang.String getCopyright()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |