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() |
void |
setId(String id) |
void |
setType(String type) |
void |
setVersion(String version) |
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.Entrypublic void setType(String type)
public void setId(String id)
public void setVersion(String version)
Copyright © 2008-2014 Eclipse Foundation. All Rights Reserved.