- java.lang.Object
-
- com.github.alexdlaird.ngrok.conf.JavaNgrokVersion
-
public class JavaNgrokVersion extends java.lang.Object
A singleton object that represents thejava-ngrok
library version.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JavaNgrokVersion
getInstance()
Get or initialize the singleton instance.java.lang.String
getVersion()
Get the version.
-
-
-
Method Detail
-
getInstance
public static JavaNgrokVersion getInstance()
Get or initialize the singleton instance.- Returns:
- The singleton instance.
-
getVersion
public java.lang.String getVersion()
Get the version.
-
-