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 java.lang.Object implements P2ResolutionResult.Entry
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
classifier
private java.lang.String
id
private java.util.Set<java.lang.Object>
installableUnits
private java.io.File
location
private java.lang.String
type
private java.lang.String
version
-
Constructor Summary
Constructors Constructor Description DefaultP2ResolutionResultEntry(java.lang.String type, java.lang.String id, java.lang.String version, java.io.File location, java.lang.String classifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addInstallableUnit(java.lang.Object installableUnit)
java.lang.String
getClassifier()
java.lang.String
getId()
java.util.Set<java.lang.Object>
getInstallableUnits()
java.io.File
getLocation()
java.lang.String
getType()
java.lang.String
getVersion()
void
setId(java.lang.String id)
void
setType(java.lang.String type)
void
setVersion(java.lang.String version)
-
-
-
Method Detail
-
getType
public java.lang.String getType()
- Specified by:
getType
in interfaceP2ResolutionResult.Entry
-
getId
public java.lang.String getId()
- Specified by:
getId
in interfaceP2ResolutionResult.Entry
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interfaceP2ResolutionResult.Entry
-
getLocation
public java.io.File getLocation()
- Specified by:
getLocation
in interfaceP2ResolutionResult.Entry
-
getInstallableUnits
public java.util.Set<java.lang.Object> getInstallableUnits()
- Specified by:
getInstallableUnits
in interfaceP2ResolutionResult.Entry
-
addInstallableUnit
void addInstallableUnit(java.lang.Object installableUnit)
-
getClassifier
public java.lang.String getClassifier()
- Specified by:
getClassifier
in interfaceP2ResolutionResult.Entry
-
setType
public void setType(java.lang.String type)
-
setId
public void setId(java.lang.String id)
-
setVersion
public void setVersion(java.lang.String version)
-
-