org.sonatype.tycho.p2.resolver
Class P2ResolutionResult.Entry
java.lang.Object
org.sonatype.tycho.p2.resolver.P2ResolutionResult.Entry
- Enclosing class:
- P2ResolutionResult
public static class P2ResolutionResult.Entry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
P2ResolutionResult.Entry
public P2ResolutionResult.Entry(String type,
String id,
String version,
File location)
getType
public String getType()
getId
public String getId()
getVersion
public String getVersion()
getLocation
public File getLocation()
Copyright © 2008-2011. All Rights Reserved.