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

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

The newest version!
package aQute.bnd.service;

import java.net.URI;
import java.util.List;
import java.util.Set;

public interface IndexProvider {

	List getIndexLocations() throws Exception;

	Set getSupportedPhases();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy