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