Package com.jogamp.opencl
Class JoclVersion
- java.lang.Object
-
- com.jogamp.common.util.JogampVersion
-
- com.jogamp.opencl.JoclVersion
-
public class JoclVersion extends JogampVersion
-
-
Field Summary
Fields Modifier and Type Field Description protected static JoclVersion
jogampCommonVersionInfo
-
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 protected
JoclVersion(String packageName, Manifest mf)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilder
getAllVersions(StringBuilder sb)
static JoclVersion
getInstance()
StringBuilder
getOpenCLHtmlInfo(StringBuilder sb)
StringBuilder
getOpenCLTextInfo(StringBuilder sb)
static void
main(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 JoclVersion jogampCommonVersionInfo
-
-
Method Detail
-
getInstance
public static JoclVersion getInstance()
-
getAllVersions
public StringBuilder getAllVersions(StringBuilder sb)
-
getOpenCLTextInfo
public StringBuilder getOpenCLTextInfo(StringBuilder sb)
-
getOpenCLHtmlInfo
public StringBuilder getOpenCLHtmlInfo(StringBuilder sb)
-
main
public static void main(String[] args)
-
-