Package org.nuxeo.ecm.core.blob
Class AbstractBlobStoreConfiguration
- java.lang.Object
-
- org.nuxeo.ecm.core.blob.PropertyBasedConfiguration
-
- org.nuxeo.ecm.core.blob.AbstractBlobStoreConfiguration
-
- Direct Known Subclasses:
CloudBlobStoreConfiguration
public abstract class AbstractBlobStoreConfiguration extends PropertyBasedConfiguration
Basic configuration for a blob store.- Since:
- 11.1
-
-
Field Summary
Fields Modifier and Type Field Description String
namespace
-
Fields inherited from class org.nuxeo.ecm.core.blob.PropertyBasedConfiguration
properties, systemPropertyPrefix
-
-
Constructor Summary
Constructors Constructor Description AbstractBlobStoreConfiguration(String systemPropertyPrefix, Map<String,String> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
propertiesWithNamespace(String ns)
-
Methods inherited from class org.nuxeo.ecm.core.blob.PropertyBasedConfiguration
getBooleanProperty, getIntProperty, getIntProperty, getLongProperty, getProperty, getProperty
-
-
-
-
Field Detail
-
namespace
public final String namespace
-
-