blob: 5454c2d19cb5022598d66f09e94ebce7d5719a3e [file] [log] [blame]
package aQute.bnd.service;
import java.net.URL;
import java.util.List;
import java.util.Set;
public interface IndexProvider {
List<URL> getIndexLocations() throws Exception;
Set<ResolutionPhase> getSupportedPhases();
}