Package org.kawanfw.sql.api.server.util
Class Version
java.lang.Object
org.kawanfw.sql.api.server.util.Version
public class Version extends Object
Allows to get version info.
- Author:
- Nicolas de Pomereu
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
Modifier and Type Method Description String
getVersion()
Returns the product name, version and date
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getVersion
Returns the product name, version and date- Returns:
- the product name, version and date
-