com.atlassian.theplugin.commons.cfg.xstream
Class JDomGlobalConfigurationFactory

java.lang.Object
  extended by com.atlassian.theplugin.commons.cfg.xstream.JDomGlobalConfigurationFactory
All Implemented Interfaces:
GlobalConfigurationFactory

public class JDomGlobalConfigurationFactory
extends java.lang.Object
implements GlobalConfigurationFactory


Constructor Summary
JDomGlobalConfigurationFactory(org.jdom.Element element)
           
 
Method Summary
 GlobalConfiguration load()
           
 void save(GlobalConfiguration globalConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDomGlobalConfigurationFactory

public JDomGlobalConfigurationFactory(org.jdom.Element element)
Method Detail

save

public void save(GlobalConfiguration globalConfiguration)
Specified by:
save in interface GlobalConfigurationFactory

load

public GlobalConfiguration load()
                         throws ServerCfgFactoryException
Specified by:
load in interface GlobalConfigurationFactory
Throws:
ServerCfgFactoryException


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