Interface P2ResolutionResult.Entry
-
- All Known Implementing Classes:
DefaultP2ResolutionResultEntry
- Enclosing interface:
- P2ResolutionResult
public static interface P2ResolutionResult.Entry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClassifier()
String
getId()
Set<Object>
getInstallableUnits()
File
getLocation()
String
getType()
String
getVersion()
-