de.viaboxx.nlstools.formats
Class MBInMemoryPersistencer

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

public class MBInMemoryPersistencer
extends MBPersistencer

Description:
User: roman.stumm
Date: 02.05.2011
Time: 14:53:59
viaboxx GmbH, 2010


Constructor Summary
MBInMemoryPersistencer()
           
 
Method Summary
static void clear()
           
 MBBundles getCopy(String name)
           
 MBBundles load(File source)
           
 MBBundles load(InputStream source)
           
 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

MBInMemoryPersistencer

public MBInMemoryPersistencer()
Method Detail

save

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

load

public MBBundles load(File source)
               throws Exception
Specified by:
load in class MBPersistencer
Throws:
Exception

load

public MBBundles load(InputStream source)
               throws Exception
Specified by:
load in class MBPersistencer
Throws:
Exception

getCopy

public MBBundles getCopy(String name)

clear

public static void clear()


Copyright © 2013. All Rights Reserved.