Interface P2ResolutionResult.Entry
-
- All Superinterfaces:
ArtifactKey
- All Known Implementing Classes:
DefaultP2ResolutionResultEntry
- Enclosing interface:
- P2ResolutionResult
public static interface P2ResolutionResult.Entry extends ArtifactKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getClassifier()
java.util.Set<java.lang.Object>
getInstallableUnits()
java.io.File
getLocation(boolean fetch)
-
Methods inherited from interface org.eclipse.tycho.ArtifactKey
getId, getType, getVersion
-
-
-
-
Method Detail
-
getLocation
java.io.File getLocation(boolean fetch)
- Parameters:
fetch
- whether to force fetching the artifact from the repository if file isn't already available locally.- Returns:
- the artifact file location on local filesystem. If file is not already available
locally and
fetch=false
, this returnsnull
.
-
getInstallableUnits
java.util.Set<java.lang.Object> getInstallableUnits()
-
getClassifier
java.lang.String getClassifier()
-
-