Class StorageFactory

java.lang.Object
de.iip_ecosphere.platform.configuration.StorageFactory

public class StorageFactory extends Object
Factory for global artifact storages. To be used to upload automatically generated application artifacts and container images.
Author:
Holger Eichelberger, SSE
  • 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