- java.lang.Object
-
- com.github.alexdlaird.ngrok.conf.JavaNgrokVersion
-
public class JavaNgrokVersion extends java.lang.ObjectA singleton object that represents thejava-ngroklibrary version.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JavaNgrokVersiongetInstance()Get or initialize the singleton instance.java.lang.StringgetVersion()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.
-
-