org.eclipse.cdt.managedbuilder.internal.core
Class BuildDbgUtil

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.internal.core.DbgUtilBase
      extended by org.eclipse.cdt.managedbuilder.internal.core.BuildDbgUtil

public class BuildDbgUtil
extends DbgUtilBase


Field Summary
static int BUILD_INFO_LOAD
           
static boolean DEBUG
           
 
Method Summary
 void enable(boolean enable)
           
 int getFlags()
           
static BuildDbgUtil getInstance()
           
 boolean isEnabled()
           
 void setFlags(int flags)
           
 
Methods inherited from class org.eclipse.cdt.managedbuilder.internal.core.DbgUtilBase
traceln
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILD_INFO_LOAD

public static final int BUILD_INFO_LOAD
See Also:
Constant Field Values

DEBUG

public static boolean DEBUG
Method Detail

getInstance

public static BuildDbgUtil getInstance()

getFlags

public int getFlags()

setFlags

public void setFlags(int flags)

enable

public void enable(boolean enable)

isEnabled

public boolean isEnabled()