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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonatype.tycho.p2.impl.resolver.P2ResolutionException
                  extended by org.sonatype.tycho.p2.impl.resolver.DuplicateReactorIUsException
All Implemented Interfaces:
Serializable

public class DuplicateReactorIUsException
extends P2ResolutionException

See Also:
Serialized Form

Constructor Summary
DuplicateReactorIUsException(Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,Set<File>> duplicateReactorUIs)
           
 
Method Summary
 Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,Set<File>> getDuplicateReactorUIs()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateReactorIUsException

public DuplicateReactorIUsException(Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,Set<File>> duplicateReactorUIs)
Method Detail

getDuplicateReactorUIs

public Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,Set<File>> getDuplicateReactorUIs()


Copyright © 2008-2011. All Rights Reserved.