org.sonar.core.configuration.properties
Class PropertiesBackup

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

public class PropertiesBackup
extends java.lang.Object
implements Backupable


Constructor Summary
PropertiesBackup(org.apache.commons.configuration.Configuration configuration)
           
 
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(org.apache.commons.configuration.Configuration configuration)
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 © 2008 SonarSource SA. All Rights Reserved.