All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aQute.bnd.service.IndexProvider Maven / Gradle / Ivy

package aQute.bnd.service;

import java.net.*;
import java.util.*;

public interface IndexProvider {

	List getIndexLocations() throws Exception;

	Set getSupportedPhases();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy