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

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

public class ResolverDebugUtils
extends java.lang.Object


Constructor Summary
ResolverDebugUtils()
           
 
Method Summary
static java.lang.String toDebugString(java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius, boolean verbose)
           
static java.lang.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 java.lang.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 java.lang.String toDebugString(java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius,
                                             boolean verbose)


Copyright © 2008-2011. All Rights Reserved.