jogamp.openal
Class Debug

java.lang.Object
  extended by com.jogamp.common.util.PropertyAccess
      extended by jogamp.openal.Debug

public class Debug
extends PropertyAccess

Helper routines for logging and debugging.


Field Summary
 
Fields inherited from class com.jogamp.common.util.PropertyAccess
javaws_prefix, jnlp_prefix
 
Constructor Summary
Debug()
           
 
Method Summary
static boolean debug(String subcomponent)
           
static boolean debugAll()
           
static boolean isPropertyDefined(String property, boolean jnlpAlias)
           
static boolean verbose()
           
 
Methods inherited from class com.jogamp.common.util.PropertyAccess
addTrustedPrefix, getBooleanProperty, getBooleanProperty, getIntProperty, getLongProperty, getProperty, isPropertyDefined, isTrusted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug()
Method Detail

isPropertyDefined

public static final boolean isPropertyDefined(String property,
                                              boolean jnlpAlias)

verbose

public static boolean verbose()

debugAll

public static boolean debugAll()

debug

public static boolean debug(String subcomponent)