public class ProfilesBackup extends Object implements Backupable
| Constructor and Description |
|---|
ProfilesBackup(DatabaseSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.thoughtworks.xstream.XStream xStream) |
void |
exportXml(SonarConfig sonarConfig) |
void |
importProfile(RulesDao rulesDao,
RulesProfile toImport) |
void |
importXml(SonarConfig sonarConfig) |
public ProfilesBackup(DatabaseSession session)
public void configure(com.thoughtworks.xstream.XStream xStream)
configure in interface Backupablepublic void exportXml(SonarConfig sonarConfig)
exportXml in interface Backupablepublic void importXml(SonarConfig sonarConfig)
importXml in interface Backupablepublic void importProfile(RulesDao rulesDao, RulesProfile toImport)
Copyright © 2009-2012 SonarSource. All Rights Reserved.