Package com.jogamp.opencl.util
Class JOCLVersion
- java.lang.Object
-
- com.jogamp.common.util.JogampVersion
-
- com.jogamp.opencl.util.JOCLVersion
-
@Deprecated public class JOCLVersion extends JogampVersion
Deprecated.UseJoclVersion
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_BUILD, IMPLEMENTATION_COMMIT, IMPLEMENTATION_SHA_CLASSES, IMPLEMENTATION_SHA_CLASSES_THIS, IMPLEMENTATION_SHA_NATIVES, IMPLEMENTATION_SHA_NATIVES_THIS, IMPLEMENTATION_SHA_SOURCES
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
getAllVersions()
Deprecated.static String
getVersion()
Deprecated.static void
main(String[] args)
Deprecated.-
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
-
-