Package io.ultreia.java4all.i18n.spi.io
Interface I18nKeySetReader
-
- All Known Implementing Classes:
I18nKeySetClassPathReader,I18nKeySetDirectoryReader
public interface I18nKeySetReaderCreated by tchemit on 06/11/2018.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisUsePackage()Set<String>read(I18nKeySetDefinition definition)
-
-
-
Method Detail
-
isUsePackage
boolean isUsePackage()
-
read
Set<String> read(I18nKeySetDefinition definition) throws I18nResourceInitializationException
-
-