gherkin
Class I18n

java.lang.Object
  extended by gherkin.I18n

public class I18n
extends Object


Constructor Summary
I18n(String isoCode)
           
 
Method Summary
static String codeKeywordFor(String keyword)
           
static List<I18n> getAll()
           
 List<String> getCodeKeywords()
           
 String getIsoCode()
           
 String getKeywordTable()
           
 Locale getLocale()
           
 List<String> getStepKeywords()
           
 String getUnderscoredIsoCode()
           
 List<String> keywords(String key)
           
 Lexer lexer(Listener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18n

public I18n(String isoCode)
Method Detail

codeKeywordFor

public static String codeKeywordFor(String keyword)

getAll

public static List<I18n> getAll()

getIsoCode

public String getIsoCode()

getLocale

public Locale getLocale()

getUnderscoredIsoCode

public String getUnderscoredIsoCode()

lexer

public Lexer lexer(Listener listener)

keywords

public List<String> keywords(String key)

getCodeKeywords

public List<String> getCodeKeywords()

getStepKeywords

public List<String> getStepKeywords()

getKeywordTable

public String getKeywordTable()


Copyright © 2013. All rights reserved.