public class DefaultP2ResolutionResultEntry extends Object implements P2ResolutionResult.Entry
| Constructor and Description |
|---|
DefaultP2ResolutionResultEntry(String type,
String id,
String version,
File location,
String classifier) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassifier() |
String |
getId() |
Set<Object> |
getInstallableUnits() |
File |
getLocation() |
String |
getType() |
String |
getVersion() |
public String getType()
getType in interface P2ResolutionResult.Entrypublic String getId()
getId in interface P2ResolutionResult.Entrypublic String getVersion()
getVersion in interface P2ResolutionResult.Entrypublic File getLocation()
getLocation in interface P2ResolutionResult.Entrypublic Set<Object> getInstallableUnits()
getInstallableUnits in interface P2ResolutionResult.Entrypublic String getClassifier()
getClassifier in interface P2ResolutionResult.EntryCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.