org.eclipse.core.runtime.internal.adaptor
Class MessageHelper

java.lang.Object
  extended by org.eclipse.core.runtime.internal.adaptor.MessageHelper

public class MessageHelper
extends java.lang.Object

Since:
3.3

Constructor Summary
MessageHelper()
           
 
Method Summary
static void debug(java.lang.String message)
          Print a debug message to the console.
static java.lang.String getResolutionFailureMessage(VersionConstraint unsatisfied)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageHelper

public MessageHelper()
Method Detail

getResolutionFailureMessage

public static java.lang.String getResolutionFailureMessage(VersionConstraint unsatisfied)

debug

public static void debug(java.lang.String message)
Print a debug message to the console. Pre-pend the message with the current date and the name of the current thread.