Class LanguageKeywords
- java.lang.Object
-
- com.github.fridujo.glacio.parsing.i18n.LanguageKeywords
-
public class LanguageKeywords extends Object
-
-
Constructor Summary
Constructors Constructor Description LanguageKeywords(String code, String languageName, String nativeName, Set<String> feature, Set<String> background, Set<String> scenarioOutline, Set<String> scenario, Set<String> given, Set<String> when, Set<String> then, Set<String> and, Set<String> examples)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LanguageKeywordsempty()Set<String>getAnd()Set<String>getBackground()StringgetCode()Set<String>getExamples()Set<String>getFeature()Set<String>getGiven()StringgetLanguageName()StringgetNativeName()Set<String>getScenario()Set<String>getScenarioOutline()Set<String>getThen()Set<String>getWhen()
-
-
-
Method Detail
-
empty
public static LanguageKeywords empty()
-
getCode
public String getCode()
-
getLanguageName
public String getLanguageName()
-
getNativeName
public String getNativeName()
-
-