Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
285034f993725b7f17199242a5e2a4b4039746fb
/
.
/
bundleplugin
/
src
/
main
/
java
/
aQute
/
bnd
/
service
/
OBRIndexProvider.java
blob: 9ba5b040dbf8824c0fb5cdd878083d51166acea3 [
file
] [
log
] [
blame
]
package
aQute
.
bnd
.
service
;
import
java
.
io
.*;
import
java
.
net
.*;
import
java
.
util
.*;
@Deprecated
public
interface
OBRIndexProvider
{
Collection
<
URL
>
getOBRIndexes
()
throws
IOException
;
Set
<
OBRResolutionMode
>
getSupportedModes
();
}