org.jvnet.hudson.plugins.backup.utils
Class BackupPersistence

java.lang.Object
  extended by org.jvnet.hudson.plugins.backup.utils.BackupPersistence

public class BackupPersistence
extends java.lang.Object


Field Summary
protected static java.util.logging.Logger LOGGER
           
 
Constructor Summary
BackupPersistence()
           
 
Method Summary
 BackupConfig loadConfig()
           
 void saveConfig(BackupConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final java.util.logging.Logger LOGGER
Constructor Detail

BackupPersistence

public BackupPersistence()
Method Detail

saveConfig

public void saveConfig(BackupConfig config)
                throws java.io.IOException
Throws:
java.io.IOException

loadConfig

public BackupConfig loadConfig()
                        throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.