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 java.lang.Object


Constructor Summary
P2ResolutionResult.Entry(java.lang.String type, java.lang.String id, java.lang.String version, java.io.File location)
           
 
Method Summary
 java.lang.String getId()
           
 java.io.File getLocation()
           
 java.lang.String getType()
           
 java.lang.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(java.lang.String type,
                                java.lang.String id,
                                java.lang.String version,
                                java.io.File location)
Method Detail

getType

public java.lang.String getType()

getId

public java.lang.String getId()

getVersion

public java.lang.String getVersion()

getLocation

public java.io.File getLocation()


Copyright © 2008-2011. All Rights Reserved.