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 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()
-