Class StorageFactory
java.lang.Object
de.iip_ecosphere.platform.configuration.StorageFactory
Factory for global artifact storages. To be used to upload automatically generated application artifacts and
container images.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static de.iip_ecosphere.platform.deviceMgt.storage.Storageprivate static de.iip_ecosphere.platform.deviceMgt.storage.Storage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic de.iip_ecosphere.platform.deviceMgt.storage.StorageReturns the container image storage instance.static de.iip_ecosphere.platform.deviceMgt.storage.StorageReturns the service artifact storage instance.
-
Field Details
-
serviceArtifactStorage
private static de.iip_ecosphere.platform.deviceMgt.storage.Storage serviceArtifactStorage -
containerImageStorage
private static de.iip_ecosphere.platform.deviceMgt.storage.Storage containerImageStorage
-
-
Constructor Details
-
StorageFactory
public StorageFactory()
-
-
Method Details
-
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
-