Package org.nuxeo.ecm.core.blob
Class LocalBlobStoreConfiguration
java.lang.Object
org.nuxeo.ecm.core.blob.PropertyBasedConfiguration
org.nuxeo.ecm.core.blob.LocalBlobStoreConfiguration
Configuration for the local storage of files.
- Since:
- 11.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final intstatic final Stringfinal DigestConfigurationstatic final StringIn the initialization properties, the property for the store path.final Pathstatic final Stringfinal Pathstatic final PatternFields inherited from class org.nuxeo.ecm.core.blob.PropertyBasedConfiguration
properties, systemPropertyPrefix -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescriptor(Path configFile, boolean create) Gets existing descriptor or creates a default one.Gets the storage base to use, based on the properties.Methods inherited from class org.nuxeo.ecm.core.blob.PropertyBasedConfiguration
getBooleanProperty, getIntProperty, getIntProperty, getLongProperty, getProperty, getProperty
-
Field Details
-
PROP_PATH
In the initialization properties, the property for the store path.- See Also:
-
WINDOWS_ABSOLUTE_PATH
-
DEFAULT_PATH
- See Also:
-
DATA
- See Also:
-
TMP
- See Also:
-
CONFIG_FILE
- See Also:
-
storageDir
-
tmpDir
-
descriptor
-
digestConfiguration
-
DEFAULT_DEPTH
public static final int DEFAULT_DEPTH- See Also:
-
-
Constructor Details
-
LocalBlobStoreConfiguration
- Throws:
IOException
-
-
Method Details
-
getStorageBase
Gets the storage base to use, based on the properties. -
getDescriptor
public BinaryManagerRootDescriptor getDescriptor(Path configFile, boolean create) throws IOException Gets existing descriptor or creates a default one.- Throws:
IOException
-