Uses of Interface
org.craftercms.commons.file.blob.BlobStore
-
Packages that use BlobStore Package Description org.craftercms.commons.file.blob org.craftercms.commons.file.blob.impl org.craftercms.commons.file.blob.impl.s3 -
-
Uses of BlobStore in org.craftercms.commons.file.blob
Methods in org.craftercms.commons.file.blob that return BlobStore Modifier and Type Method Description BlobStoreBlobStoreResolver. getById(ConfigurationProvider provider, String storeId)Returns theBlobStorefor the given id -
Uses of BlobStore in org.craftercms.commons.file.blob.impl
Classes in org.craftercms.commons.file.blob.impl that implement BlobStore Modifier and Type Class Description classAbstractBlobStore<T extends ConfigurationProfile>Base class for all implementations ofBlobStoreMethods in org.craftercms.commons.file.blob.impl that return BlobStore Modifier and Type Method Description protected BlobStoreBlobStoreResolverImpl. findStore(org.apache.commons.configuration2.HierarchicalConfiguration config, Predicate<org.apache.commons.configuration2.HierarchicalConfiguration> predicate)protected BlobStoreBlobStoreResolverImpl. getById(org.apache.commons.configuration2.HierarchicalConfiguration config, String storeId)BlobStoreBlobStoreResolverImpl. getById(ConfigurationProvider provider, String storeId) -
Uses of BlobStore in org.craftercms.commons.file.blob.impl.s3
Classes in org.craftercms.commons.file.blob.impl.s3 that implement BlobStore Modifier and Type Class Description classAwsS3BlobStoreImplementation ofBlobStorefor AWS S3
-