org.eclipse.cdt.managedbuilder.internal.buildmodel
Class DbgUtil

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.internal.buildmodel.DbgUtil

public class DbgUtil
extends java.lang.Object


Field Summary
static boolean DEBUG
           
 
Constructor Summary
DbgUtil()
           
 
Method Summary
static java.lang.String dumpResource(IBuildResource rc)
           
static java.lang.String dumpResource(IBuildResource rc, boolean producer)
           
static java.lang.String dumpStep(IBuildStep step)
           
static java.lang.String dumpStep(IBuildStep step, boolean inputs)
           
static java.lang.String dumpType(IBuildIOType type)
           
static void flush()
           
static java.lang.String formatMsg(java.lang.String msg)
           
static java.lang.String ioTypeResources(IBuildIOType type)
           
static java.lang.String resourceName(IBuildResource rc)
           
static java.lang.String stepName(IBuildStep action)
           
static void trace(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

DbgUtil

public DbgUtil()
Method Detail

trace

public static void trace(java.lang.String str)

formatMsg

public static java.lang.String formatMsg(java.lang.String msg)

stepName

public static java.lang.String stepName(IBuildStep action)

resourceName

public static java.lang.String resourceName(IBuildResource rc)

dumpType

public static java.lang.String dumpType(IBuildIOType type)

ioTypeResources

public static java.lang.String ioTypeResources(IBuildIOType type)

dumpStep

public static java.lang.String dumpStep(IBuildStep step,
                                        boolean inputs)

dumpStep

public static java.lang.String dumpStep(IBuildStep step)

dumpResource

public static java.lang.String dumpResource(IBuildResource rc)

dumpResource

public static java.lang.String dumpResource(IBuildResource rc,
                                            boolean producer)

flush

public static void flush()