Uses of Class
org.apache.felix.bundlerepository.impl.ObrURLStreamHandlerService.ResourceSelectionStrategy
-
Packages that use ObrURLStreamHandlerService.ResourceSelectionStrategy Package Description org.apache.felix.bundlerepository.impl -
-
Uses of ObrURLStreamHandlerService.ResourceSelectionStrategy in org.apache.felix.bundlerepository.impl
Subclasses of ObrURLStreamHandlerService.ResourceSelectionStrategy in org.apache.felix.bundlerepository.impl Modifier and Type Class Description (package private) static class
ObrURLStreamHandlerService.NewestSelectionStrategy
Strategy returning the newest entry.(package private) static class
ObrURLStreamHandlerService.SameSelectionStrategy
Strategy returning the current version.Methods in org.apache.felix.bundlerepository.impl that return ObrURLStreamHandlerService.ResourceSelectionStrategy Modifier and Type Method Description private ObrURLStreamHandlerService.ResourceSelectionStrategy
ObrURLStreamHandlerService. getStrategy(java.lang.String strategy)
-