All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enonic.xp.blob.BlobStoreProvider Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.blob;

public interface BlobStoreProvider
{
    BlobStore get();

    String name();

    ProviderConfig config();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy