Package com.jogamp.openal
Class JoalVersion
- java.lang.Object
-
- com.jogamp.common.util.JogampVersion
-
- com.jogamp.openal.JoalVersion
-
public class JoalVersion extends JogampVersion
-
-
Field Summary
Fields Modifier and Type Field Description protected static JoalVersion
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
JoalVersion(String packageName, Manifest mf)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilder
getBriefOSALBuildInfo(StringBuilder sb)
static JoalVersion
getInstance()
static void
main(String[] args)
String
toString()
StringBuilder
toString(StringBuilder sb)
-
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
-
-
-
-
Field Detail
-
jogampCommonVersionInfo
protected static volatile JoalVersion jogampCommonVersionInfo
-
-
Method Detail
-
getInstance
public static JoalVersion getInstance()
-
toString
public StringBuilder toString(StringBuilder sb)
- Overrides:
toString
in classJogampVersion
-
toString
public String toString()
- Overrides:
toString
in classJogampVersion
-
getBriefOSALBuildInfo
public StringBuilder getBriefOSALBuildInfo(StringBuilder sb)
-
main
public static void main(String[] args)
-
-