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
Modifier and TypeFieldDescriptionstatic final String
static final String
static final int
static final String
final DigestConfiguration
static final String
In the initialization properties, the property for the store path.final Path
static final String
final Path
static final Pattern
Fields inherited from class org.nuxeo.ecm.core.blob.PropertyBasedConfiguration
properties, systemPropertyPrefix
-
Constructor Summary
-
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
-