org.sonar.server.configuration
Class RulesBackup

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

public class RulesBackup
extends Object
implements Backupable


Constructor Summary
RulesBackup(DatabaseSession session)
           
 
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

RulesBackup

public RulesBackup(DatabaseSession session)
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.