com.jogamp.opencl.util
Class JOCLVersion

java.lang.Object
  extended by com.jogamp.common.util.JogampVersion
      extended by com.jogamp.opencl.util.JOCLVersion

public class JOCLVersion
extends JogampVersion

Utility for querying module versions and environment properties.

Author:
Michael Bien

Field Summary
 
Fields inherited from class com.jogamp.common.util.JogampVersion
IMPLEMENTATION_BRANCH, IMPLEMENTATION_COMMIT
 
Method Summary
static String getAllVersions()
           
static String getVersion()
           
static void main(String[] args)
           
 
Methods inherited from class com.jogamp.common.util.JogampVersion
equals, getAndroidPackageVersionName, getAttribute, getAttribute, getAttributeName, getAttributeNames, getExtensionName, getFullManifestInfo, getImplementationBranch, getImplementationCommit, getImplementationTitle, getImplementationURL, getImplementationVendor, getImplementationVendorID, getImplementationVersion, getManifest, getManifestInfo, getPackageName, getSpecificationTitle, getSpecificationVendor, getSpecificationVersion, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getVersion

public static String getVersion()

getAllVersions

public static String getAllVersions()

main

public static void main(String[] args)