Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
d3ef9020555d551fa202cde4522967a02d8b05fd
/
.
/
bundleplugin
/
src
/
main
/
java
/
aQute
/
bnd
/
service
/
IndexProvider.java
blob: 9805f8bf592504ecd3b27dc80be09e3593aada4b [
file
] [
log
] [
blame
]
package
aQute
.
bnd
.
service
;
import
java
.
net
.*;
import
java
.
util
.*;
public
interface
IndexProvider
{
List
<
URI
>
getIndexLocations
()
throws
Exception
;
Set
<
ResolutionPhase
>
getSupportedPhases
();
}