Uses of Interface
de.iip_ecosphere.platform.deviceMgt.storage.Storage
Packages that use Storage
Package
Description
Implementation.
-
Uses of Storage in de.iip_ecosphere.platform.deviceMgt
Methods in de.iip_ecosphere.platform.deviceMgt with parameters of type StorageModifier and TypeMethodDescriptionprivate IntegerAasDeviceFirmwareOperations.getHighestVersion(Storage storage, String runtimeName) Returns the highest version available instorage. -
Uses of Storage in de.iip_ecosphere.platform.deviceMgt.storage
Fields in de.iip_ecosphere.platform.deviceMgt.storage declared as StorageModifier and TypeFieldDescriptionprivate StorageStorageFactory.configStorageprivate StorageStorageFactory.runtimeStorageMethods in de.iip_ecosphere.platform.deviceMgt.storage that return StorageModifier and TypeMethodDescriptionStorageFactory.createConfigStorage()Creates a config storage with the help of the service provider.StorageFactoryDescriptor.createPackageStorage(PackageStorageSetup setup) Create a package-based storage.StorageFactory.createRuntimeStorage()Creates a runtime storage with the help of the service provider.StorageFactory.createStorage(PackageStorageSetup setup) Creates a storage based on the given setup.