Package com.netscape.cmscore.base
Class ConfigStorage
- java.lang.Object
-
- com.netscape.cmscore.base.ConfigStorage
-
- Direct Known Subclasses:
FileConfigStore
,LDAPConfigStore
public class ConfigStorage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConfigStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commit(IConfigStore config, boolean createBackup)
void
load(IConfigStore config)
-
-
-
Method Detail
-
load
public void load(IConfigStore config) throws java.lang.Exception
- Throws:
java.lang.Exception
-
commit
public void commit(IConfigStore config, boolean createBackup) throws EBaseException
- Throws:
EBaseException
-
-