Package org.eclipse.tycho.p2.resolver
Class DefaultP2ResolutionResultEntry
- java.lang.Object
-
- org.eclipse.tycho.p2.resolver.DefaultP2ResolutionResultEntry
-
- All Implemented Interfaces:
P2ResolutionResult.Entry
public class DefaultP2ResolutionResultEntry extends Object implements P2ResolutionResult.Entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in interfaceP2ResolutionResult.Entry
-
getId
public String getId()
- Specified by:
getId
in interfaceP2ResolutionResult.Entry
-
getVersion
public String getVersion()
- Specified by:
getVersion
in interfaceP2ResolutionResult.Entry
-
getLocation
public File getLocation()
- Specified by:
getLocation
in interfaceP2ResolutionResult.Entry
-
getInstallableUnits
public Set<Object> getInstallableUnits()
- Specified by:
getInstallableUnits
in interfaceP2ResolutionResult.Entry
-
getClassifier
public String getClassifier()
- Specified by:
getClassifier
in interfaceP2ResolutionResult.Entry
-
setType
public void setType(String type)
-
setId
public void setId(String id)
-
setVersion
public void setVersion(String version)
-
-