Package org.htmlunit
Class Version
java.lang.Object
org.htmlunit.Version
Class to display version information about HtmlUnit. This is the class
that will be executed if the JAR file is run.
-
Method Details
-
main
The main entry point into this class.- Parameters:
args
- the arguments passed on the command line- Throws:
Exception
- if an error occurs
-
getProductName
Returns "HtmlUnit".- Returns:
- "HtmlUnit"
-
getProductVersion
Returns the current implementation version.- Returns:
- the current implementation version
-
getCopyright
Returns the copyright notice.- Returns:
- the copyright notice
-