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

org.etlunit.feature.FeatureLocator Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
package org.etlunit.feature;

import java.util.List;

public interface FeatureLocator
{
	enum feature_type
	{
		internal,
		external,
		all
	}

	List getFeatures();

	List getFeatures(feature_type type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy