Package aQute.bnd.service
Interface IndexProvider
-
public interface IndexProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.net.URI>
getIndexLocations()
java.util.Set<ResolutionPhase>
getSupportedPhases()
-
-
-
Method Detail
-
getIndexLocations
java.util.List<java.net.URI> getIndexLocations() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getSupportedPhases
java.util.Set<ResolutionPhase> getSupportedPhases()
-
-