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

org.bitbucket.bradleysmithllc.etlunit.feature.execute.ExecuteFeatureModule Maven / Gradle / Ivy

There is a newer version: 4.6.0-eu
Show newest version
package org.bitbucket.bradleysmithllc.etlunit.feature.execute;

import org.bitbucket.bradleysmithllc.etlunit.feature.FeatureModule;
import org.bitbucket.bradleysmithllc.etlunit.feature.extend.ExtensibleFeatureModule;
import org.bitbucket.bradleysmithllc.etlunit.parser.ETLTestOperation;
import org.bitbucket.bradleysmithllc.etlunit.parser.ETLTestValueObject;

import java.util.Arrays;
import java.util.List;

@FeatureModule
public class ExecuteFeatureModule extends ExtensibleFeatureModule {
	private static final List prerequisites = Arrays.asList("logging");

	@Override
	public List getPrerequisites() {
		return prerequisites;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy