Uses of Class
com.github.cukedoctor.i18n.I18nLoader
-
Packages that use I18nLoader Package Description com.github.cukedoctor.i18n com.github.cukedoctor.renderer com.github.cukedoctor.util -
-
Uses of I18nLoader in com.github.cukedoctor.i18n
Methods in com.github.cukedoctor.i18n that return I18nLoader Modifier and Type Method Description static I18nLoaderI18nLoader. instance(List<Feature> features)static I18nLoaderI18nLoader. newInstance(List<Feature> features) -
Uses of I18nLoader in com.github.cukedoctor.renderer
Fields in com.github.cukedoctor.renderer declared as I18nLoader Modifier and Type Field Description protected I18nLoaderAbstractBaseRenderer. i18nMethods in com.github.cukedoctor.renderer with parameters of type I18nLoader Modifier and Type Method Description voidAbstractBaseRenderer. setI18n(I18nLoader i18n)voidBaseRenderer. setI18n(I18nLoader i18nProvider) -
Uses of I18nLoader in com.github.cukedoctor.util
Methods in com.github.cukedoctor.util with parameters of type I18nLoader Modifier and Type Method Description RServiceLoaderUtil. initialise(Class<R> service, Class<? extends R> defaultImplementation, I18nLoader i18n, DocumentAttributes attributes, CukedoctorConfig cukedoctorConfig, Class<? extends R>... except)
-