Uses of Class
org.apache.hop.ui.i18n.BundleFile
-
Packages that use BundleFile Package Description org.apache.hop.ui.i18n -
-
Uses of BundleFile in org.apache.hop.ui.i18n
Methods in org.apache.hop.ui.i18n that return BundleFile Modifier and Type Method Description BundleFileBundlesStore. findBundleFile(String packageName, String locale)BundleFileTranslationsStore. findMainBundleFile(String messagesPackage)Methods in org.apache.hop.ui.i18n that return types with arguments of type BundleFile Modifier and Type Method Description List<BundleFile>TranslationsStore. findBundleFiles(String searchLocale, String messagesPackage)List<BundleFile>BundlesStore. getBundleFiles(String packageName, String locale)Get the bundle file for the given package of all bundles for the locale if the package name is null.List<BundleFile>BundlesStore. getChangedBundleFiles()List<BundleFile>TranslationsStore. getChangedBundleFiles()Map<String,Map<String,BundleFile>>BundlesStore. getPackageLanguageBundleMap()Gets packageLanguageBundleMapMethods in org.apache.hop.ui.i18n with parameters of type BundleFile Modifier and Type Method Description voidBundlesStore. addBundleFile(String packageName, String language, BundleFile bundleFile)Method parameters in org.apache.hop.ui.i18n with type arguments of type BundleFile Modifier and Type Method Description voidBundlesStore. setPackageLanguageBundleMap(Map<String,Map<String,BundleFile>> packageLanguageBundleMap)
-