Uses of Class
de.viaboxx.nlstools.model.MBBundles

Packages that use MBBundles
de.viaboxx.nlstools.formats   
de.viaboxx.nlstools.model   
de.viaboxx.nlstools.tasks   
 

Uses of MBBundles in de.viaboxx.nlstools.formats
 

Methods in de.viaboxx.nlstools.formats that return MBBundles
 MBBundles MBXMLPersistencer.load(File source)
           
abstract  MBBundles MBPersistencer.load(File source)
           
 MBBundles MBJSONPersistencer.load(File source)
           
 MBBundles MBInMemoryPersistencer.load(File source)
           
 MBBundles MBExcelPersistencer.load(File source)
           
static MBBundles MBPersistencer.loadFile(File aFile)
           
 

Methods in de.viaboxx.nlstools.formats with parameters of type MBBundles
 void MBXMLPersistencer.save(MBBundles obj, File target)
           
abstract  void MBPersistencer.save(MBBundles obj, File target)
           
 void MBJSONPersistencer.save(MBBundles object, File file)
           
 void MBInMemoryPersistencer.save(MBBundles obj, File target)
           
 void MBExcelPersistencer.save(MBBundles obj, File target)
           
static void MBPersistencer.saveFile(MBBundles obj, File aFile)
           
 

Constructors in de.viaboxx.nlstools.formats with parameters of type MBBundles
BundleWriterExcel(MBBundles bundles, File target)
           
 

Uses of MBBundles in de.viaboxx.nlstools.model
 

Methods in de.viaboxx.nlstools.model that return MBBundles
 MBBundles MBBundles.copy()
           
 

Uses of MBBundles in de.viaboxx.nlstools.tasks
 

Fields in de.viaboxx.nlstools.tasks declared as MBBundles
protected  MBBundles MergeLocaleTask.loadedBundles
           
protected  MBBundles MergeLocaleTask.translatedBundles
           
 

Methods in de.viaboxx.nlstools.tasks that return MBBundles
protected  MBBundles MessageBundleTask.loadBundles()
          read/parse XML file
 

Methods in de.viaboxx.nlstools.tasks with parameters of type MBBundles
protected  MBText MergeLocaleTask.findMBTextForLocale(String key, String locale, MBBundles bundles)
           
 



Copyright © 2011. All Rights Reserved.