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.Entry
public String getId()
getId
in interface P2ResolutionResult.Entry
public String getVersion()
getVersion
in interface P2ResolutionResult.Entry
public File getLocation()
getLocation
in interface P2ResolutionResult.Entry
public Set<Object> getInstallableUnits()
getInstallableUnits
in interface P2ResolutionResult.Entry
public String getClassifier()
getClassifier
in interface P2ResolutionResult.Entry
public void setType(String type)
public void setId(String id)
public void setVersion(String version)
Copyright © 2008–2016 Eclipse Foundation. All rights reserved.