de.viaboxx.nlstools.formats
Class MBExcelPersistencer

java.lang.Object
  extended by de.viaboxx.nlstools.formats.MBPersistencer
      extended by de.viaboxx.nlstools.formats.MBExcelPersistencer

public class MBExcelPersistencer
extends MBPersistencer

Description: Load from and save bundles to an excel file
User: roman.stumm
Date: 29.12.2010
Time: 14:44:37
viaboxx GmbH, 2010


Constructor Summary
MBExcelPersistencer()
           
 
Method Summary
 MBBundles load(File source)
           
 MBBundles load(InputStream in)
           
 void save(MBBundles obj, File target)
           
 
Methods inherited from class de.viaboxx.nlstools.formats.MBPersistencer
forFile, forFile, forURL, loadFile, mkdirs, saveFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBExcelPersistencer

public MBExcelPersistencer()
Method Detail

save

public void save(MBBundles obj,
                 File target)
          throws IOException
Specified by:
save in class MBPersistencer
Throws:
IOException

load

public MBBundles load(File source)
               throws IOException,
                      ClassNotFoundException
Specified by:
load in class MBPersistencer
Throws:
IOException
ClassNotFoundException

load

public MBBundles load(InputStream in)
               throws IOException,
                      ClassNotFoundException
Specified by:
load in class MBPersistencer
Throws:
IOException
ClassNotFoundException


Copyright © 2014. All Rights Reserved.