|
||||||||||
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 String |
getCopyright()
Returns the copyright notice. |
static String |
getProductName()
Returns "HtmlUnit". |
static String |
getProductVersion()
Returns the current implementation version. |
static void |
main(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(String[] args) throws Exception
args
- the arguments passed on the command line
Exception
- if an error occurspublic static String getProductName()
public static String getProductVersion()
public static String getCopyright()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |