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

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

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

public interface ProviderConfig
{
    String readThroughProvider();

    boolean readThroughEnabled();

    long readThroughSizeThreshold();

    boolean isValid();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy