|
||||||||||
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 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 |
Constructor Detail |
---|
public Version()
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 |