Class ObrURLStreamHandlerService.NewestSelectionStrategy
- java.lang.Object
-
- org.apache.felix.bundlerepository.impl.ObrURLStreamHandlerService.ResourceSelectionStrategy
-
- org.apache.felix.bundlerepository.impl.ObrURLStreamHandlerService.NewestSelectionStrategy
-
- Enclosing class:
- ObrURLStreamHandlerService
static class ObrURLStreamHandlerService.NewestSelectionStrategy extends ObrURLStreamHandlerService.ResourceSelectionStrategy
Strategy returning the newest entry.
-
-
Constructor Summary
Constructors Constructor Description NewestSelectionStrategy(org.apache.felix.utils.log.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) org.osgi.framework.VersiondetermineVersion(org.osgi.framework.Version currentVersion, java.util.SortedMap sortedResources)-
Methods inherited from class org.apache.felix.bundlerepository.impl.ObrURLStreamHandlerService.ResourceSelectionStrategy
getLogger, selectOne
-
-
-
-
Method Detail
-
determineVersion
org.osgi.framework.Version determineVersion(org.osgi.framework.Version currentVersion, java.util.SortedMap sortedResources)- Specified by:
determineVersionin classObrURLStreamHandlerService.ResourceSelectionStrategy
-
-