Class GherkinLanguages
- java.lang.Object
-
- com.github.fridujo.glacio.parsing.i18n.GherkinLanguages
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LanguageKeywordsget(Position position, String language)static Languagesload()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.fridujo.glacio.parsing.i18n.Languages
defaultLanguage
-
-
-
-
Method Detail
-
load
public static Languages load() throws IllegalStateException
- Throws:
IllegalStateException
-
get
public LanguageKeywords get(Position position, String language) throws LanguageNotFoundException
- Specified by:
getin interfaceLanguages- Throws:
LanguageNotFoundException
-
-