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

aQute.bnd.service.export.Exporter Maven / Gradle / Ivy

The newest version!
package aQute.bnd.service.export;

import java.util.Map;

import aQute.bnd.build.Project;
import aQute.bnd.osgi.Resource;

public interface Exporter {
	String[] getTypes();

	Map.Entry export(String type, Project project, Map options) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy