Package org.eclipse.tycho.p2.resolver
Class DefaultP2ResolutionResultEntry
- java.lang.Object
-
- org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResultEntry
-
- All Implemented Interfaces:
ArtifactKey,P2ResolutionResult.Entry
public class DefaultP2ResolutionResultEntry extends Object implements P2ResolutionResult.Entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassifier()StringgetId()Set<Object>getInstallableUnits()FilegetLocation(boolean fetch)StringgetType()StringgetVersion()voidsetId(String id)voidsetType(String type)voidsetVersion(String version)
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceArtifactKey
-
getId
public String getId()
- Specified by:
getIdin interfaceArtifactKey
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceArtifactKey
-
getLocation
public File getLocation(boolean fetch)
- Specified by:
getLocationin interfaceP2ResolutionResult.Entry
-
getInstallableUnits
public Set<Object> getInstallableUnits()
- Specified by:
getInstallableUnitsin interfaceP2ResolutionResult.Entry
-
getClassifier
public String getClassifier()
- Specified by:
getClassifierin interfaceP2ResolutionResult.Entry
-
setType
public void setType(String type)
-
setId
public void setId(String id)
-
setVersion
public void setVersion(String version)
-
-