Uses of Interface
org.craftercms.studio.api.v2.repository.blob.StudioBlobStore
Packages that use StudioBlobStore
Package
Description
-
Uses of StudioBlobStore in org.craftercms.studio.api.v2.repository.blob
Subinterfaces of StudioBlobStore in org.craftercms.studio.api.v2.repository.blobModifier and TypeInterfaceDescriptioninterfaceBase class for all implementations ofStudioBlobStoreMethods in org.craftercms.studio.api.v2.repository.blob that return StudioBlobStoreModifier and TypeMethodDescriptionStudioBlobStoreResolver.getByPaths(String site, String... paths) Returns the firstStudioBlobStorecompatible with all given paths for the given siteMethods in org.craftercms.studio.api.v2.repository.blob that return types with arguments of type StudioBlobStoreMethods in org.craftercms.studio.api.v2.repository.blob with parameters of type StudioBlobStoreModifier and TypeMethodDescriptionvoidStudioBlobStore.copyBlobs(StudioBlobStore sourceStore, String environment, List<String> items) Copy the blob items from the source store -
Uses of StudioBlobStore in org.craftercms.studio.impl.v2.repository.blob
Methods in org.craftercms.studio.impl.v2.repository.blob that return StudioBlobStoreModifier and TypeMethodDescriptionprotected StudioBlobStoreBlobAwareContentRepository.getBlobStore(String site, String... paths) protected StudioBlobStoreStudioBlobStoreResolverImpl.getBlobStore(String siteId, String storeId, org.apache.commons.configuration2.HierarchicalConfiguration config) StudioBlobStoreResolverImpl.getByPaths(String site, String... paths) Methods in org.craftercms.studio.impl.v2.repository.blob that return types with arguments of type StudioBlobStoreModifier and TypeMethodDescription -
Uses of StudioBlobStore in org.craftercms.studio.impl.v2.repository.blob.s3
Classes in org.craftercms.studio.impl.v2.repository.blob.s3 that implement StudioBlobStoreMethods in org.craftercms.studio.impl.v2.repository.blob.s3 with parameters of type StudioBlobStoreModifier and TypeMethodDescriptionvoidStudioAwsS3BlobStore.copyBlobs(StudioBlobStore source, String environment, List<String> items)