Class StorageFactory
- java.lang.Object
-
- de.iip_ecosphere.platform.configuration.StorageFactory
-
public class StorageFactory extends java.lang.ObjectFactory for global artifact storages. To be used to upload automatically generated application artifacts and container images.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private static de.iip_ecosphere.platform.deviceMgt.storage.StoragecontainerImageStorageprivate static de.iip_ecosphere.platform.deviceMgt.storage.StorageserviceArtifactStorage
-
Constructor Summary
Constructors Constructor Description StorageFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static de.iip_ecosphere.platform.deviceMgt.storage.StoragecreateContainerImageStorage()Returns the container image storage instance.static de.iip_ecosphere.platform.deviceMgt.storage.StoragecreateServiceArtifactStorage()Returns the service artifact storage instance.
-
-
-
Method Detail
-
createServiceArtifactStorage
public static de.iip_ecosphere.platform.deviceMgt.storage.Storage createServiceArtifactStorage()
Returns the service artifact storage instance.- Returns:
- the storage, may be null if no setup for the storage is known
-
createContainerImageStorage
public static de.iip_ecosphere.platform.deviceMgt.storage.Storage createContainerImageStorage()
Returns the container image storage instance.- Returns:
- the storage, may be null if no setup for the storage is known
-
-