org.sonar.server.configuration
Class PropertiesBackup

java.lang.Object
  extended by org.sonar.server.configuration.PropertiesBackup
All Implemented Interfaces:
Backupable

public class PropertiesBackup
extends Object
implements Backupable


Constructor Summary
PropertiesBackup(DatabaseSession databaseSession)
           
 
Method Summary
 void configure(com.thoughtworks.xstream.XStream xStream)
           
 void exportXml(SonarConfig sonarConfig)
           
 void importXml(SonarConfig sonarConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesBackup

public PropertiesBackup(DatabaseSession databaseSession)
Method Detail

exportXml

public void exportXml(SonarConfig sonarConfig)
Specified by:
exportXml in interface Backupable

importXml

public void importXml(SonarConfig sonarConfig)
Specified by:
importXml in interface Backupable

configure

public void configure(com.thoughtworks.xstream.XStream xStream)
Specified by:
configure in interface Backupable


Copyright © 2009-2012 SonarSource. All Rights Reserved.