Class OsgiFileSystemAssetStore

java.lang.Object
org.opencastproject.assetmanager.storage.impl.fs.AbstractFileSystemAssetStore
org.opencastproject.assetmanager.storage.impl.fs.OsgiFileSystemAssetStore
All Implemented Interfaces:
AssetStore, StorageUsage

public class OsgiFileSystemAssetStore extends AbstractFileSystemAssetStore
  • Field Details

    • CFG_OPT_STORAGE_DIR

      public static final String CFG_OPT_STORAGE_DIR
      Configuration key for the default Opencast storage directory. A value is optional.
      See Also:
    • CONFIG_STORE_ROOT_DIR

      public static final String CONFIG_STORE_ROOT_DIR
      Configuration key for the archive root directory.
      See Also:
  • Constructor Details

    • OsgiFileSystemAssetStore

      public OsgiFileSystemAssetStore()
  • Method Details