public class EmbeddedDomainPersistence extends DomainXmlPersistence
logger| Constructor and Description |
|---|
EmbeddedDomainPersistence() |
| Modifier and Type | Method and Description |
|---|---|
protected File |
getDestination()
Returns the destination file for saving the embedded configuration file,
when set.
|
void |
save(DomDocument doc)
callback when the new
DomDocument instance should be saved to an
external media like a file |
protected void |
saved(File destination) |
accessRead, accessWrite, getOutputStream, touchprotected File getDestination() throws IOException
getDestination in class DomainXmlPersistenceIOExceptionpublic void save(DomDocument doc) throws IOException
ConfigurationPersistenceDomDocument instance should be saved to an
external media like a filesave in interface ConfigurationPersistencesave in class DomainXmlPersistencedoc - the new document instanceIOException - if the file cannot be opened/written/closedprotected void saved(File destination)
saved in class DomainXmlPersistenceCopyright © 2019. All rights reserved.