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

bndtools.tasks.CapReqLoader Maven / Gradle / Ivy

The newest version!
package bndtools.tasks;

import java.io.Closeable;
import java.util.List;
import java.util.Map;

import org.osgi.resource.Capability;

import bndtools.model.resolution.RequirementWrapper;

public interface CapReqLoader extends Closeable {

	String getShortLabel();

	String getLongLabel();

	Map> loadCapabilities() throws Exception;

	Map> loadRequirements() throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy