blob: fe12712e5b5521d2cf5ff626406b090664c800fb [file] [log] [blame]
package aQute.bnd.service;
import java.io.IOException;
import java.net.URL;
import java.util.Collection;
import java.util.Set;
public interface OBRIndexProvider {
Collection<URL> getOBRIndexes() throws IOException;
Set<OBRResolutionMode> getSupportedModes();
}