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();
}