de.viaboxx.nlstools.formats
Class MBPersistencer
java.lang.Object
de.viaboxx.nlstools.formats.MBPersistencer
- Direct Known Subclasses:
- MBExcelPersistencer, MBInMemoryPersistencer, MBJSONPersistencer, MBXMLPersistencer
public abstract class MBPersistencer
- extends Object
Description:
User: roman.stumm
Date: 29.12.2010
Time: 16:41:46
viaboxx GmbH, 2010
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBPersistencer
public MBPersistencer()
save
public abstract void save(MBBundles obj,
File target)
throws Exception
- Throws:
Exception
mkdirs
protected void mkdirs(File target)
load
public abstract MBBundles load(File source)
throws Exception
- Throws:
Exception
forFile
public static MBPersistencer forFile(String aFile)
forFile
public static MBPersistencer forFile(File aFile)
loadFile
public static MBBundles loadFile(File aFile)
throws Exception
- Throws:
Exception
saveFile
public static void saveFile(MBBundles obj,
File aFile)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.