public interface ConfigurationPersister
Modifier and Type | Method and Description |
---|---|
boolean |
hasConfig()
Tell if the config exists.
|
void |
init(org.exoplatform.container.xml.PropertiesParam params)
Init persister.
|
InputStream |
read()
Read config data.
|
void |
write(InputStream confData)
Create table, write data.
|
void init(org.exoplatform.container.xml.PropertiesParam params) throws org.exoplatform.services.jcr.config.RepositoryConfigurationException
org.exoplatform.services.jcr.config.RepositoryConfigurationException
InputStream read() throws org.exoplatform.services.jcr.config.RepositoryConfigurationException
org.exoplatform.services.jcr.config.RepositoryConfigurationException
void write(InputStream confData) throws org.exoplatform.services.jcr.config.RepositoryConfigurationException
confData
- - config data streamorg.exoplatform.services.jcr.config.RepositoryConfigurationException
boolean hasConfig() throws org.exoplatform.services.jcr.config.RepositoryConfigurationException
org.exoplatform.services.jcr.config.RepositoryConfigurationException
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.