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 JoclVersionjogampCommonVersionInfo-
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 protectedJoclVersion(String packageName, Manifest mf)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuildergetAllVersions(StringBuilder sb)static JoclVersiongetInstance()StringBuildergetOpenCLHtmlInfo(StringBuilder sb)StringBuildergetOpenCLTextInfo(StringBuilder sb)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 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)
-
-