org.sonatype.tycho.p2.impl.resolver
Class ResolverDebugUtils

java.lang.Object
  extended by org.sonatype.tycho.p2.impl.resolver.ResolverDebugUtils

public class ResolverDebugUtils
extends Object


Constructor Summary
ResolverDebugUtils()
           
 
Method Summary
static String toDebugString(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius, boolean verbose)
           
static String toDebugString(org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius, boolean verbose, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolverDebugUtils

public ResolverDebugUtils()
Method Detail

toDebugString

public static String toDebugString(org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius,
                                   boolean verbose,
                                   org.eclipse.core.runtime.IProgressMonitor monitor)

toDebugString

public static String toDebugString(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius,
                                   boolean verbose)


Copyright © 2008-2011. All Rights Reserved.