Package com.jogamp.common
Class GlueGenVersion
- java.lang.Object
-
- com.jogamp.common.util.JogampVersion
-
- com.jogamp.common.GlueGenVersion
-
public class GlueGenVersion extends JogampVersion
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlueGenVersion.GluGenRTJarSHASum
-
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, IMPLEMENTATION_SHA_CLASSES, IMPLEMENTATION_SHA_CLASSES_THIS, IMPLEMENTATION_SHA_NATIVES, IMPLEMENTATION_SHA_NATIVES_THIS, IMPLEMENTATION_SHA_SOURCES
-
-
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, getImplementationSHAClasses, getImplementationSHAClassesThis, getImplementationSHANatives, getImplementationSHANativesThis, getImplementationSHASources, 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)
-
-