org.sonar.server.configuration
Class ProfilesBackup

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

public class ProfilesBackup
extends Object
implements Backupable


Constructor Summary
ProfilesBackup(DatabaseSession session)
           
 
Method Summary
 void configure(com.thoughtworks.xstream.XStream xStream)
           
 void exportXml(SonarConfig sonarConfig)
           
 void importProfile(RulesDao rulesDao, RulesProfile toImport)
           
 void importXml(SonarConfig sonarConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilesBackup

public ProfilesBackup(DatabaseSession session)
Method Detail

configure

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

exportXml

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

importXml

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

importProfile

public void importProfile(RulesDao rulesDao,
                          RulesProfile toImport)


Copyright © 2009-2012 SonarSource. All Rights Reserved.