Stuart McCulloch | bb01437 | 2012-06-07 21:57:32 +0000 | [diff] [blame] | 1 | package aQute.bnd.service; |
2 | |||||
3 | import java.io.*; | ||||
4 | import java.net.*; | ||||
5 | import java.util.*; | ||||
6 | |||||
7 | @Deprecated | ||||
8 | public interface OBRIndexProvider { | ||||
9 | Collection<URL> getOBRIndexes() throws IOException; | ||||
10 | Set<OBRResolutionMode> getSupportedModes(); | ||||
11 | } |