public class XMLStorageFactory extends Object implements StorageFactory<XMLStorage,XMLStorageConf>
| Constructor and Description |
|---|
XMLStorageFactory() |
| Modifier and Type | Method and Description |
|---|---|
XMLStorage |
create(XMLStorageConf storageConf)
|
public XMLStorage create(XMLStorageConf storageConf) throws StorageCreationException
StorageFactorycreate in interface StorageFactory<XMLStorage,XMLStorageConf>storageConf - the storage configuration to useStorageStorageCreationException - if an exception occured during the
creationCopyright © 2018. All rights reserved.