public class S3StorageFactoryDescriptor extends Object implements de.iip_ecosphere.platform.deviceMgt.storage.StorageFactoryDescriptor
StorageFactoryDescriptor, which provides a factory
for S3Storages.| Constructor and Description |
|---|
S3StorageFactoryDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
de.iip_ecosphere.platform.deviceMgt.storage.Storage |
createConfigStorage(de.iip_ecosphere.platform.deviceMgt.DeviceMgtSetup configuration)
Creates and configures a configuration storage with the help of the provided configuration.
|
de.iip_ecosphere.platform.deviceMgt.storage.Storage |
createPackageStorage(de.iip_ecosphere.platform.deviceMgt.storage.PackageStorageSetup storageSetup)
Creates and configures a package storage with the help of the provided configuration.
|
de.iip_ecosphere.platform.deviceMgt.storage.Storage |
createRuntimeStorage(de.iip_ecosphere.platform.deviceMgt.DeviceMgtSetup configuration)
Creates and configures a runtime storage with the help of the provided configuration.
|
public de.iip_ecosphere.platform.deviceMgt.storage.Storage createRuntimeStorage(de.iip_ecosphere.platform.deviceMgt.DeviceMgtSetup configuration)
configuration - the configurationpublic de.iip_ecosphere.platform.deviceMgt.storage.Storage createConfigStorage(de.iip_ecosphere.platform.deviceMgt.DeviceMgtSetup configuration)
configuration - the configurationpublic de.iip_ecosphere.platform.deviceMgt.storage.Storage createPackageStorage(de.iip_ecosphere.platform.deviceMgt.storage.PackageStorageSetup storageSetup)
createPackageStorage in interface de.iip_ecosphere.platform.deviceMgt.storage.StorageFactoryDescriptorstorageSetup - the package storage setupCopyright © 2022. All rights reserved.