Package com.jogamp.openal
Class JoalVersion
- java.lang.Object
-
- com.jogamp.common.util.JogampVersion
-
- com.jogamp.openal.JoalVersion
-
public class JoalVersion extends com.jogamp.common.util.JogampVersion
-
-
Field Summary
Fields Modifier and Type Field Description protected static JoalVersion
jogampCommonVersionInfo
-
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 classcom.jogamp.common.util.JogampVersion
-
toString
public String toString()
- Overrides:
toString
in classcom.jogamp.common.util.JogampVersion
-
getBriefOSALBuildInfo
public StringBuilder getBriefOSALBuildInfo(StringBuilder sb)
-
main
public static void main(String[] args)
-
-