com.atlassian.bamboo.upgrader
Class AbstractConfigUpgrader

java.lang.Object
  extended by com.atlassian.bamboo.upgrader.AbstractConfigUpgrader
Direct Known Subclasses:
Version30Upgrader

public class AbstractConfigUpgrader
extends Object


Constructor Summary
AbstractConfigUpgrader(File configDir)
           
 
Method Summary
protected  Object readConfigFile(AbstractXStreamPersister persister)
           
protected  void saveConfigFile(Object objToSave, AbstractXStreamPersister persister)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractConfigUpgrader

public AbstractConfigUpgrader(File configDir)
Method Detail

readConfigFile

protected Object readConfigFile(AbstractXStreamPersister persister)
                         throws IOException
Throws:
IOException

saveConfigFile

protected void saveConfigFile(Object objToSave,
                              AbstractXStreamPersister persister)
                       throws IOException
Throws:
IOException


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.