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

net.sf.extcos.filter.ResultSetProvider Maven / Gradle / Ivy

package net.sf.extcos.filter;

import java.util.Set;

import net.sf.extcos.resource.Resource;

public interface ResultSetProvider {
	Set getResultSet();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy