com.jogamp.openal.impl
Class Debug

java.lang.Object
  extended by com.jogamp.openal.impl.Debug

public class Debug
extends Object

Helper routines for logging and debugging.


Field Summary
static String jnlp_prefix
           
 
Constructor Summary
Debug()
           
 
Method Summary
static boolean debug(String subcomponent)
           
static boolean debugAll()
           
static boolean getBooleanProperty(String property, boolean jnlpAlias, AccessControlContext acc)
           
static int getIntProperty(String property, boolean jnlpAlias, AccessControlContext acc, int defaultValue)
           
static long getLongProperty(String property, boolean jnlpAlias, AccessControlContext acc, long defaultValue)
           
static String getProperty(String property, boolean jnlpAlias, AccessControlContext acc)
           
static boolean isPropertyDefined(String property, boolean jnlpAlias, AccessControlContext acc)
           
static boolean verbose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jnlp_prefix

public static final String jnlp_prefix
See Also:
Constant Field Values
Constructor Detail

Debug

public Debug()
Method Detail

getIntProperty

public static int getIntProperty(String property,
                                 boolean jnlpAlias,
                                 AccessControlContext acc,
                                 int defaultValue)

getLongProperty

public static long getLongProperty(String property,
                                   boolean jnlpAlias,
                                   AccessControlContext acc,
                                   long defaultValue)

getBooleanProperty

public static boolean getBooleanProperty(String property,
                                         boolean jnlpAlias,
                                         AccessControlContext acc)

isPropertyDefined

public static boolean isPropertyDefined(String property,
                                        boolean jnlpAlias,
                                        AccessControlContext acc)

getProperty

public static String getProperty(String property,
                                 boolean jnlpAlias,
                                 AccessControlContext acc)

verbose

public static boolean verbose()

debugAll

public static boolean debugAll()

debug

public static boolean debug(String subcomponent)