Class Main
- java.lang.Object
-
- com.gentics.contentnode.rest.version.Main
-
public class Main extends Object
This is the main class of the .node package. It just prints the Implementation Title, Vendor and Version from the Manifest
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getImplementationVersion()
Get the version informationstatic String
getInfo()
Get the product informationstatic void
main(String[] args)
Main method
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main method- Parameters:
args
- arguments
-
getInfo
public static String getInfo()
Get the product information- Returns:
- product information
-
getImplementationVersion
public static String getImplementationVersion()
Get the version information- Returns:
- version information
-
-