Package com.jogamp.common
Class GlueGenVersion
- java.lang.Object
-
- com.jogamp.common.util.JogampVersion
-
- com.jogamp.common.GlueGenVersion
-
public class GlueGenVersion extends JogampVersion
-
-
Field Summary
Fields Modifier and Type Field Description protected static GlueGenVersionjogampCommonVersionInfo-
Fields inherited from class com.jogamp.common.util.JogampVersion
IMPLEMENTATION_BRANCH, IMPLEMENTATION_BUILD, IMPLEMENTATION_COMMIT
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGlueGenVersion(String packageName, Manifest mf)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GlueGenVersiongetInstance()static voidmain(String[] args)-
Methods inherited from class com.jogamp.common.util.JogampVersion
equals, getAndroidPackageVersionName, getAttribute, getAttribute, getAttributeName, getAttributeNames, getExtensionName, getFullManifestInfo, getImplementationBranch, getImplementationBuild, getImplementationCommit, getImplementationTitle, getImplementationURL, getImplementationVendor, getImplementationVendorID, getImplementationVersion, getManifest, getManifestInfo, getPackageName, getSpecificationTitle, getSpecificationVendor, getSpecificationVersion, hashCode, toString, toString
-
-
-
-
Field Detail
-
jogampCommonVersionInfo
protected static volatile GlueGenVersion jogampCommonVersionInfo
-
-
Method Detail
-
getInstance
public static GlueGenVersion getInstance()
-
main
public static void main(String[] args)
-
-