com.jogamp.openal
Class JoalVersion

java.lang.Object
  extended by com.jogamp.common.util.JogampVersion
      extended by com.jogamp.openal.JoalVersion

public class JoalVersion
extends JogampVersion


Field Summary
protected static JoalVersion jogampCommonVersionInfo
           
 
Fields inherited from class com.jogamp.common.util.JogampVersion
IMPLEMENTATION_BRANCH, IMPLEMENTATION_BUILD, IMPLEMENTATION_COMMIT
 
Constructor Summary
protected JoalVersion(String packageName, Manifest mf)
           
 
Method Summary
 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, getImplementationTitle, getImplementationURL, getImplementationVendor, getImplementationVendorID, getImplementationVersion, getManifest, getManifestInfo, getPackageName, getSpecificationTitle, getSpecificationVendor, getSpecificationVersion, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

jogampCommonVersionInfo

protected static volatile JoalVersion jogampCommonVersionInfo
Constructor Detail

JoalVersion

protected JoalVersion(String packageName,
                      Manifest mf)
Method Detail

getInstance

public static JoalVersion getInstance()

toString

public StringBuilder toString(StringBuilder sb)
Overrides:
toString in class JogampVersion

toString

public String toString()
Overrides:
toString in class JogampVersion

getBriefOSALBuildInfo

public StringBuilder getBriefOSALBuildInfo(StringBuilder sb)

main

public static void main(String[] args)