Uses of Class
org.apache.hop.ui.i18n.BundlesStore
-
Packages that use BundlesStore Package Description org.apache.hop.ui.i18n -
-
Uses of BundlesStore in org.apache.hop.ui.i18n
Methods in org.apache.hop.ui.i18n that return BundlesStore Modifier and Type Method Description BundlesStoreMessagesSourceCrawler. getBundlesStore()Gets bundlesStoreBundlesStoreTranslationsStore. getBundleStore()Gets bundleStoreMethods in org.apache.hop.ui.i18n with parameters of type BundlesStore Modifier and Type Method Description voidMessagesSourceCrawler. setBundlesStore(BundlesStore bundlesStore)Constructors in org.apache.hop.ui.i18n with parameters of type BundlesStore Constructor Description MessagesSourceCrawler(ILogChannel log, String rootFolder, BundlesStore bundlesStore)TranslationsStore(ILogChannel log, List<String> localeList, String mainLocale, Map<String,Map<String,List<KeyOccurrence>>> sourcePackageOccurrences, BundlesStore bundlesStore)
-