![JAR search and dependency download from the Maven repository](/logo.png)
com.github.timm.cucumber.generate.FileGeneratorConfig Maven / Gradle / Ivy
package com.github.timm.cucumber.generate;
import org.apache.maven.plugin.logging.Log;
import java.io.File;
public interface FileGeneratorConfig {
boolean filterFeaturesByTags();
Log getLog();
File getFeaturesDirectory();
String getEncoding();
String getCucumberOutputDir();
boolean useTestNG();
String getNamingScheme();
String getNamingPattern();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy