com.atlassian.theplugin.commons.cfg
Interface ProjectConfigurationDao

All Known Implementing Classes:
JDomProjectConfigurationDao

public interface ProjectConfigurationDao


Method Summary
 ProjectConfiguration load()
           
 void save(ProjectConfiguration projectConfiguration)
           
 

Method Detail

load

ProjectConfiguration load()
                          throws ServerCfgFactoryException
Throws:
ServerCfgFactoryException

save

void save(ProjectConfiguration projectConfiguration)
          throws ServerCfgFactoryException
Throws:
ServerCfgFactoryException


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.