org.sonatype.tycho.p2.resolver
Class P2ResolutionResult.Entry

java.lang.Object
  extended by org.sonatype.tycho.p2.resolver.P2ResolutionResult.Entry
Enclosing class:
P2ResolutionResult

public static class P2ResolutionResult.Entry
extends Object


Constructor Summary
P2ResolutionResult.Entry(String type, String id, String version, File location)
           
 
Method Summary
 String getId()
           
 File getLocation()
           
 String getType()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P2ResolutionResult.Entry

public P2ResolutionResult.Entry(String type,
                                String id,
                                String version,
                                File location)
Method Detail

getType

public String getType()

getId

public String getId()

getVersion

public String getVersion()

getLocation

public File getLocation()


Copyright © 2008-2011. All Rights Reserved.